summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputWindowHandle.java
Commit message (Expand)AuthorAgeFilesLines
* Reduce unnecessary invocation of setInputWindowInfoRiddle Hsu2020-11-021-1/+1
* Block untrusted touches opt-inBernardo Rufino2020-10-051-0/+9
* Rename InputWindowHandle hasFocus to focusableVishnu Nair2020-08-181-5/+2
* Unify dispatching timeout constantsSiarhei Vishniakou2020-08-041-1/+1
* Change InputWindowInfo::isTrustedOverlay() to be permission and flag basedChris Ye2020-05-191-0/+3
* Remove layer from window handle since it's no longer usedchaviw2019-12-301-4/+0
* Replace client token with a new token in InputWindowHandleVishnu Nair2019-10-101-7/+3
* Remove SurfaceControl#getHandle from JAVA apis 2/2Vishnu Nair2019-06-251-5/+3
* Input: Override touchable region bounds with surface bounds 1/2Vishnu Nair2019-03-121-1/+42
* Let the activity embedded in ActivityView can be directly touchedTiger Huang2019-01-301-2/+6
* Forward SurfaceInsets to InputWindowInfoRobert Carr2018-11-271-0/+2
* Replace InputWindowInfo#inputChannel with an IBinder token.Robert Carr2018-11-271-2/+3
* WindowManager: Communicate with input system by WindowTokens.Robert Carr2018-11-141-5/+1
* Plumbing for SurfaceControl#setInputWindowInfo.Robert Carr2018-11-141-0/+127