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
/
java
/
android
/
view
/
InputWindowHandle.java
Age
Commit message (
Expand
)
Author
2022-03-15
Merge SP2A.220305.013
Haamed Gheibi
2020-11-02
Reduce unnecessary invocation of setInputWindowInfo
Riddle Hsu
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-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-10-10
Replace client token with a new token in InputWindowHandle
Vishnu Nair
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-30
Let the activity embedded in ActivityView can be directly touched
Tiger Huang
2018-11-27
Forward SurfaceInsets to InputWindowInfo
Robert Carr
2018-11-27
Replace InputWindowInfo#inputChannel with an IBinder token.
Robert Carr
2018-11-14
WindowManager: Communicate with input system by WindowTokens.
Robert Carr
2018-11-14
Plumbing for SurfaceControl#setInputWindowInfo.
Robert Carr