/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | MoveScreensaverRunnable.kt | 89 val newY = getRandomPoint(smallestDim - mSaverView.height.toFloat()) regex 100 val newY = getRandomPoint(mContentView.height - mSaverView.height.toFloat()) regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DragInputEventReceiver.java | 67 final float newY = motionEvent.getRawY(); in onInputEvent() local
|
H A D | TaskPositioner.java | 129 final float newY = motionEvent.getRawY(); in onInputEvent() local
|
H A D | DragDropController.java | 292 void handleMotionEvent(boolean keepHandling, float newX, float newY) { in handleMotionEvent()
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputReaderBase.cpp | 164 float newX, newY; in applyTo() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
H A D | FlingUpDownTouchHandler.java | 262 float newY = event.getY(newIndex); in onTouch() local 456 private void startMotion(float newY, boolean startTracking, float startProgress) { in startMotion()
|
H A D | FlingUpDownMethod.java | 113 private static void moveTowardY(View view, float newY) { in moveTowardY() 114 view.setTranslationY(MathUtil.lerp(view.getTranslationY(), newY, SWIPE_LERP_PROGRESS_FACTOR)); in moveTowardY() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 99 void moved(int newX, int newY); in moved()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 86 public void moved(int newX, int newY) { in moved()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 65 public void moved(int newX, int newY) throws RemoteException { in moved()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | PreviewOverlay.java | 210 float newY = r1.centerX() * previewH; in onDraw() local
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
H A D | GestureBot.java | 75 int newY = startCoord.centerY() + (int) (diffY / TRAVELING_STEPS * i); in gestureSelectFiles() local
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/ |
H A D | MonthWeekEventsView.java | 749 int newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(), in drawEvents() local 762 int newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(), in drawEvents() local
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
H A D | Scroller.java | 493 public void setFinalY(int newY) { in setFinalY()
|
H A D | OverScroller.java | 282 public void setFinalY(int newY) { in setFinalY()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Scroller.java | 554 public void setFinalY(int newY) { in setFinalY()
|
H A D | StackView.java | 640 float newY = ev.getY(pointerIndex); in onInterceptTouchEvent() local
|
H A D | OverScroller.java | 279 public void setFinalY(int newY) { in setFinalY()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PanelViewController.java | 361 protected void startExpandMotion(float newX, float newY, boolean startTracking, in startExpandMotion() 1320 final float newY = event.getY(newIndex); in onTouch() local
|
H A D | NotificationPanelViewController.java | 2083 final float newY = event.getY(newIndex); in onQsTouch() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SystemWindows.java | 354 public void moved(int newX, int newY) {} in moved()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipAccessibilityInteractionConnection.java | 145 int newY = arguments.getInt( in performAccessibilityAction() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | EditorTouchStateTest.java | 279 float newY = event1.getY(); in testUpdate_drag() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuView.java | 706 final int newY = (int) (((1 - value) * mCurrentLayoutParams.y) + (value * endY)); in onDragAnimationUpdate() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | CellLayout.java | 1065 final int newY = lp.y; in animateChildToPosition() local
|