summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputWindowHandle.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2020-11-02Reduce unnecessary invocation of setInputWindowInfoRiddle Hsu
2020-10-05Block untrusted touches opt-inBernardo Rufino
2020-08-18Rename InputWindowHandle hasFocus to focusableVishnu Nair
2020-08-04Unify dispatching timeout constantsSiarhei 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-10-10Replace client token with a new token in InputWindowHandleVishnu Nair
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-30Let the activity embedded in ActivityView can be directly touchedTiger Huang
2018-11-27Forward SurfaceInsets to InputWindowInfoRobert Carr
2018-11-27Replace InputWindowInfo#inputChannel with an IBinder token.Robert Carr
2018-11-14WindowManager: Communicate with input system by WindowTokens.Robert Carr
2018-11-14Plumbing for SurfaceControl#setInputWindowInfo.Robert Carr