index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_hardware_input_InputWindowHandle.cpp
Age
Commit message (
Expand
)
Author
2022-03-15
Merge SP2A.220305.013
Haamed Gheibi
2020-10-05
Block untrusted touches opt-in
Bernardo Rufino
2020-08-18
Rename InputWindowHandle hasFocus to focusable
Vishnu Nair
2020-08-04
Unify dispatching timeout constants
Siarhei Vishniakou
2020-07-29
Move InputApplication to use std::shared_ptr.
Chris Ye
2020-07-13
Move things in InputWindowInfo to enum classes
Michael Wright
2020-06-30
Use chrono duration for input-related code
Siarhei Vishniakou
2020-05-19
Change InputWindowInfo::isTrustedOverlay() to be permission and flag based
Chris Ye
2019-12-30
Remove layer from window handle since it's no longer used
chaviw
2019-08-27
Merge "Clear binder references and flush operations when destroying NativeInp...
Vishnu Nair
2019-08-27
Clear binder references and flush operations when destroying NativeInputWindo...
Vishnu Nair
2019-08-21
Create C API for accessing android.graphics.Region in native code.
Derek Sollenberger
2019-06-25
Remove SurfaceControl#getHandle from JAVA apis 2/2
Vishnu Nair
2019-03-12
Input: Override touchable region bounds with surface bounds 1/2
Vishnu Nair
2019-01-31
Prefer ScopedUtfChars where possible
Siarhei Vishniakou
2019-01-30
Merge "Let the activity embedded in ActivityView can be directly touched"
Tiger Huang
2019-01-30
Let the activity embedded in ActivityView can be directly touched
Tiger Huang
2019-01-23
Correct jni declarations of input handle
Riddle Hsu
2018-11-27
ScreenMagnifier: Track SurfaceFlinger Input
Robert Carr
2018-11-27
Forward SurfaceInsets to InputWindowInfo
Robert Carr
2018-11-27
Track native changes: Rework InputApplicationInfo
Robert Carr
2018-11-27
Replace InputWindowInfo#inputChannel with an IBinder token.
Robert Carr
2018-11-14
Plumbing for SurfaceControl#setInputWindowInfo.
Robert Carr
2018-11-05
Make InputWindowInfo as a part of InputWindowHandle (2/2)
Arthur Hung
2018-09-26
Move InputWindow to shared JNI from services JNI.
Robert Carr