summaryrefslogtreecommitdiff
path: root/libs/gui/tests/EndToEndNativeInputTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use aidl-defined InputChannel for parcelingSiarhei Vishniakou2024-01-301-4/+8
* Add InputChannel::waitForMessage and use it in EndToEndNativeInputTestEgor Pasko2024-01-171-29/+20
* Rename DisplayMode::refreshRate to peakRefreshRateAlec Mouri2023-10-201-1/+1
* Fix flaky InputSurfacesTest testsPatrick Williams2023-07-281-1/+25
* Use a strongly typed Uid in WindowInfoPrabir Pradhan2023-06-201-11/+11
* Merge "Convert input event type to enum class" into udc-devSiarhei Vishniakou2023-04-131-9/+9
|\
| * Convert input event type to enum classSiarhei Vishniakou2023-04-131-9/+9
* | Merge "Fix InputSurfacesTest.input_respects_scaled_touchable_region_overflow"...Prabir Pradhan2023-04-111-1/+1
|\ \
| * | Fix InputSurfacesTest.input_respects_scaled_touchable_region_overflowPrabir Pradhan2023-04-101-1/+1
| |/
* / Remove MultiDisplayTests#many_to_one_display_mappingPrabir Pradhan2023-04-111-26/+0
|/
* Add focusTransferTarget in WindowInfoChavi Weingarten2023-03-301-2/+0
* Take into account surface insets when replacing touch region.Vishnu Nair2023-03-201-0/+16
* Remove internal display related methodsHuihong Luo2022-09-261-2/+4
* Reland: Send WindowInfo even if the window isn't associated with a DisplayDevicePrabir Pradhan2022-07-271-3/+8
* Layer: Guard against Region offset overflowsPrabir Pradhan2022-06-141-0/+49
* Merge "Do not enforce that layers with invalid bounds are not focusable" into...Prabir Pradhan2022-03-241-15/+0
|\
| * Do not enforce that layers with invalid bounds are not focusablePrabir Pradhan2022-03-221-15/+0
* | Allow windowhandles with NO_INPUT_CHANNELLinus Tufvesson2022-03-181-21/+49
|/
* Invert some InputConfig flags to simplify default behaviorPrabir Pradhan2022-02-151-3/+0
* Introduce WindowInfo::InputConfig flag to control input behaviorPrabir Pradhan2022-02-111-14/+11
* SF: Clean up input info calculationsPrabir Pradhan2022-01-281-2/+5
* SF: Enforce that layers with invalid input bounds are not focusablePrabir Pradhan2022-01-281-0/+25
* SF: Calculate WindowInfo frame correctly for all layersPrabir Pradhan2022-01-281-0/+76
* SF: Manage many-to-one DisplayDevice to layerStack mapping for inputPrabir Pradhan2021-12-291-12/+104
* Merge "Let touch region empty if the input bounds is empty" into sc-v2-dev am...Arthur Hung2021-11-301-0/+14
|\
| * Let touch region empty if the input bounds is emptyArthur Hung2021-11-221-0/+14
| * SurfaceFlinger: Implement drop input modesVishnu Nair2021-09-221-4/+169
| * Renamed and moved InputWindow and related fileschaviw2021-06-291-11/+16
* | Check BufferLayer's alpha value when canReceiveInputArthur Hung2021-10-121-2/+2
* | SurfaceFlinger: Drop input for blacked out layersVishnu Nair2021-09-241-13/+88
* | SurfaceFlinger: Implement drop input modesVishnu Nair2021-09-211-4/+169
* | Renamed and moved InputWindow and related fileschaviw2021-06-281-11/+16
|/
* Modify bounds and transform for BSL input.chaviw2021-04-081-30/+74
* Rename crop_legacy to just cropchaviw2021-03-151-3/+3
* Rename DisplayConfig to DisplayModeMarin Shalamanov2021-02-051-4/+4
* Pass in window name along with focus requestVishnu Nair2021-01-151-2/+8
* Avoid blocking untrusted touches for touch_flag_obscuredBernardo Rufino2020-12-221-0/+3
* Use empty frame for input when layer bounds is invalidchaviw2020-12-101-2/+41
* Crop bounds sent to input by screen bounds.chaviw2020-11-061-0/+82
* Pass surface control instead of handle as reference to layers inPablo Gamito2020-10-011-1/+1
* Merge "Second reland "Let InputFlinger create the server InputChannel""TreeHugger Robot2020-09-231-7/+4
|\
| * Second reland "Let InputFlinger create the server InputChannel"Garfield Tan2020-09-221-7/+4
* | Merge "Ensure insets for input are transformed correctly."Chavi Weingarten2020-09-231-0/+69
|\ \ | |/ |/|
| * Ensure insets for input are transformed correctly.chaviw2020-09-231-0/+69
* | Revert "Reland "Let InputFlinger create the server InputChannel""Garfield Tan2020-09-221-4/+7
* | Reland "Let InputFlinger create the server InputChannel"Garfield Tan2020-09-211-7/+4
* | Revert "Let InputFlinger create the server InputChannel"Roshan Pius2020-09-211-4/+7
|/
* Let InputFlinger create the server InputChannelGarfield Tan2020-09-211-7/+4
* Merge "Unregister input channel by token"TreeHugger Robot2020-09-101-1/+1
|\
| * Unregister input channel by tokenSiarhei Vishniakou2020-09-091-1/+1