summaryrefslogtreecommitdiff
path: root/libs/gui/tests/EndToEndNativeInputTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Request focus using setFocusedWindowVishnu Nair2020-09-081-43/+16
|/
* Rename InputWindowHandle hasFocus to focusableVishnu Nair2020-08-171-2/+1
* Add default input dispatching timeout constantSiarhei Vishniakou2020-07-311-1/+2
* Use AIDL compiler to generate InputApplicationInfo class.Chris Ye2020-07-281-1/+2
* Use unique_ptr when creating InputChannelSiarhei Vishniakou2020-07-201-3/+4
* Use std::shared_ptr for InputChannelSiarhei Vishniakou2020-07-201-3/+4
* Move things in InputWindowInfo to enum classesMichael Wright2020-07-171-3/+2
* AIDL-ize InputManager IInputFlinger interface.Chris Ye2020-07-101-7/+6
* Use chrono for dispatching timeoutSiarhei Vishniakou2020-07-081-2/+2
* Fix "Allow/Deny" popup window no respond when use cursorarthurhung2020-06-191-0/+24
* Use <chrono> for input-related timeoutsSiarhei Vishniakou2020-05-061-2/+2
* Rename ColorLayer to EffectLayer to handle both shadows and color fillVishnu Nair2020-02-111-1/+2
* SF: Redesign API to query display informationDominik Laskowski2020-01-291-4/+4
* Move focus dispatch to input (1/2)Siarhei Vishniakou2020-01-101-7/+61
* Remove InputChannel::setTokenSiarhei Vishniakou2019-11-021-2/+1
* Update tests for canReceiveInput policy changesVishnu Nair2019-10-111-12/+10
* Merge "Revert "Fix drag and drop (2/3)""TreeHugger Robot2019-09-281-50/+0
|\
| * Revert "Fix drag and drop (2/3)"Arthur Hung2019-09-161-50/+0
* | Changed BufferLayer's canReceiveInput to check if its hidden by policyVishnu Nair2019-09-121-0/+4
|/
* SurfaceFlinger: prevent division by 0 in Layer::fillInputInfoAdy Abraham2019-08-081-0/+13
* Fix magnify screen in a dialog will response wrong position from touch.Arthur Hung2019-05-101-0/+19
* SF: Plumb physical display IDs to libguiDominik Laskowski2019-02-021-2/+4
* Fix touch event would be offset by cropArthur Hung2019-01-171-0/+8
* Fix drag and drop (2/3)chaviw2019-01-081-0/+50
* Input: Update input window info when the layer receives its first bufferVishnu Nair2018-12-181-4/+176
* SF: User buffer size instead of layer size when calculating sizeVishnu Nair2018-11-281-3/+2
* SurfaceFlinger Input: Correct screen magnification.Robert Carr2018-11-271-1/+1
* Rework InputApplicationInfoRobert Carr2018-11-271-0/+7
* Replace InputWindowInfo#inputChannel with an IBinder token.Robert Carr2018-11-271-1/+1
* Add some tests for native input.Robert Carr2018-11-271-0/+265