Home
last modified time | relevance | path

Searched refs:targetDisplay (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp199 ui::LogicalDisplayId targetDisplay = args.displayId; in fadeMouseCursorOnKeyPress() local
200 if (targetDisplay == ui::LogicalDisplayId::INVALID) { in fadeMouseCursorOnKeyPress()
201 targetDisplay = mCurrentFocusedDisplay; in fadeMouseCursorOnKeyPress()
203 auto it = mMousePointersByDisplay.find(targetDisplay); in fadeMouseCursorOnKeyPress()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java907 public void swapDisplaysLocked(@NonNull LogicalDisplay targetDisplay) { in swapDisplaysLocked() argument
909 targetDisplay.setPrimaryDisplayDeviceLocked(mPrimaryDisplayDevice); in swapDisplaysLocked()
/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp2314 void notifyKey(ui::LogicalDisplayId targetDisplay, int32_t keyCode, in notifyKey() argument
2323 .displayId(targetDisplay) in notifyKey()
2328 .displayId(targetDisplay) in notifyKey()