summaryrefslogtreecommitdiff
path: root/core/jni/android_hardware_input_InputWindowHandle.cpp
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2020-10-05Block untrusted touches opt-inBernardo Rufino
2020-08-18Rename InputWindowHandle hasFocus to focusableVishnu Nair
2020-08-04Unify dispatching timeout constantsSiarhei Vishniakou
2020-07-29Move InputApplication to use std::shared_ptr.Chris Ye
2020-07-13Move things in InputWindowInfo to enum classesMichael Wright
2020-06-30Use chrono duration for input-related codeSiarhei Vishniakou
2020-05-19Change InputWindowInfo::isTrustedOverlay() to be permission and flag basedChris Ye
2019-12-30Remove layer from window handle since it's no longer usedchaviw
2019-08-27Merge "Clear binder references and flush operations when destroying NativeInp...Vishnu Nair
2019-08-27Clear binder references and flush operations when destroying NativeInputWindo...Vishnu Nair
2019-08-21Create C API for accessing android.graphics.Region in native code.Derek Sollenberger
2019-06-25Remove SurfaceControl#getHandle from JAVA apis 2/2Vishnu Nair
2019-03-12Input: Override touchable region bounds with surface bounds 1/2Vishnu Nair
2019-01-31Prefer ScopedUtfChars where possibleSiarhei Vishniakou
2019-01-30Merge "Let the activity embedded in ActivityView can be directly touched"Tiger Huang
2019-01-30Let the activity embedded in ActivityView can be directly touchedTiger Huang
2019-01-23Correct jni declarations of input handleRiddle Hsu
2018-11-27ScreenMagnifier: Track SurfaceFlinger InputRobert Carr
2018-11-27Forward SurfaceInsets to InputWindowInfoRobert Carr
2018-11-27Track native changes: Rework InputApplicationInfoRobert Carr
2018-11-27Replace InputWindowInfo#inputChannel with an IBinder token.Robert Carr
2018-11-14Plumbing for SurfaceControl#setInputWindowInfo.Robert Carr
2018-11-05Make InputWindowInfo as a part of InputWindowHandle (2/2)Arthur Hung
2018-09-26Move InputWindow to shared JNI from services JNI.Robert Carr