/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | DragPositioningCallbackUtilityTest.kt | 91 val newX = STARTING_BOUNDS.right.toFloat() - 5 in <lambda>() constant 111 val newX = STARTING_BOUNDS.right.toFloat() - 95 in <lambda>() constant 131 val newX = STARTING_BOUNDS.right.toFloat() - 5 in <lambda>() constant 151 val newX = STARTING_BOUNDS.right.toFloat() - 80 in <lambda>() constant 169 val newX = STARTING_BOUNDS.right.toFloat() - 105 in <lambda>() constant 190 var newX = STARTING_BOUNDS.right.toFloat() + 10 in <lambda>() variable
|
D | FluidResizeTaskPositionerTest.kt | 199 val newX = STARTING_BOUNDS.left.toFloat() + 10 in <lambda>() constant 226 val newX = STARTING_BOUNDS.right.toFloat() + 10 in <lambda>() constant 260 val newX = STARTING_BOUNDS.right.toFloat() - 5 in <lambda>() constant 290 val newX = STARTING_BOUNDS.right.toFloat() - 95 in <lambda>() constant 320 val newX = STARTING_BOUNDS.right.toFloat() - 5 in <lambda>() constant 350 val newX = STARTING_BOUNDS.right.toFloat() - 105 in <lambda>() constant 380 val newX = STARTING_BOUNDS.right.toFloat() - 80 in <lambda>() constant 406 val newX = STARTING_BOUNDS.right.toFloat() - 95 in <lambda>() constant 434 val newX = STARTING_BOUNDS.right.toFloat() - 97 in <lambda>() constant 460 val newX = STARTING_BOUNDS.right.toFloat() - 93 in <lambda>() constant [all …]
|
D | DragDetectorTest.kt | 99 val newX = X + SLOP - 1 in testMoveInSlop_touch_passesDownAndUp() constant 126 val newX = X + SLOP - 1 in testMoveInSlop_mouse_passesDownMoveAndUp() constant 154 val newX = X + SLOP + 1 in testMoveBeyondSlop_passesDownMoveAndUp() constant
|
D | VeiledResizeTaskPositionerTest.kt | 271 val newX = STARTING_BOUNDS.left.toFloat() + 5 in <lambda>() constant 345 val newX = STARTING_BOUNDS.left.toFloat() in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 66 final float newX = motionEvent.getRawX(); in onInputEvent() local
|
D | TaskPositioner.java | 126 final float newX = motionEvent.getRawX(); in onInputEvent() local
|
D | DragDropController.java | 313 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent()
|
/frameworks/native/services/inputflinger/ |
D | InputReaderBase.cpp | 123 float newX, newY; in applyTo() local
|
/frameworks/base/core/java/android/view/ |
D | IWindow.aidl | 85 void moved(int newX, int newY); in moved()
|
D | ViewRootImpl.java | 9195 public void dispatchMoved(int newX, int newY) { in dispatchMoved() 10602 public void moved(int newX, int newY) { in moved()
|
D | View.java | 17000 final int newX = Math.round((range - extent) in handleScrollBarDragging() local
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 59 public void moved(int newX, int newY) throws RemoteException { in moved()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 81 public void moved(int newX, int newY) { in moved()
|
/frameworks/base/core/java/android/widget/ |
D | Scroller.java | 541 public void setFinalX(int newX) { in setFinalX()
|
D | OverScroller.java | 266 public void setFinalX(int newX) { in setFinalX()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | SystemWindows.java | 364 public void moved(int newX, int newY) {} in moved()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorTouchStateTest.java | 278 float newX = event1.getX() + touchSlop + 1; in testUpdate_drag() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipAccessibilityInteractionConnection.java | 145 int newX = arguments.getInt( in performAccessibilityAction() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | QuickSettingsController.java | 1707 final float newX = event.getX(newIndex); in onTouch() local
|
D | NotificationPanelViewController.java | 3700 private void startExpandMotion(float newX, float newY, boolean startTracking, in startExpandMotion()
|