summaryrefslogtreecommitdiff
path: root/core/java/android/view/InputWindowHandle.java
Commit message (Expand)AuthorAgeFilesLines
* Drop the cloned windows from visible window listryanlwlin2022-05-311-0/+1
* Add isClone to InputWindowHandlechaviw2022-04-281-0/+5
* Ensure handwriting session can only be started from inside app boundsPrabir Pradhan2022-03-221-0/+32
* Use InputConfig flags in InputWindowHandle APIPrabir Pradhan2022-03-041-34/+68
* WindowInfo: Merge InputConfig and Feature flagsPrabir Pradhan2022-03-031-0/+1
* Merge "Cache IWindow in InputWindowHandle" into sc-v2-dev am: 16805b4c7e am: ...Chavi Weingarten2021-08-231-2/+12
|\
| * Cache IWindow in InputWindowHandlechaviw2021-08-231-2/+12
* | Merge "Pass IWindow to InputWindowHandle." into sc-v2-dev am: f3cee944ae am: ...Chavi Weingarten2021-08-181-0/+15
|\|
| * Pass IWindow to InputWindowHandle.chaviw2021-08-181-0/+15
* | Merge "Add transform matrix to InputWindowHandle." into sc-v2-dev am: 73f5299...Chavi Weingarten2021-08-161-0/+9
|\|
| * Add transform matrix to InputWindowHandle.chaviw2021-08-161-0/+9
| * Renamed and moved InputWindow and related fileschaviw2021-06-281-1/+1
* | Renamed and moved InputWindow and related fileschaviw2021-06-251-1/+1
* | Remove portalToDisplayId from InputWindowHandleSiarhei Vishniakou2021-06-241-6/+0
|/
* 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