/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | TransitionAnimationHelper.java | 329 final int yPos = 0; in edgeExtendWindow() local 330 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local 339 final int yPos = maxExtensionInsets.top; in edgeExtendWindow() local 340 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local 350 final int yPos = 0; in edgeExtendWindow() local 351 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local 361 final int yPos = targetSurfaceHeight; in edgeExtendWindow() local 362 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local 372 @NonNull Rect edgeBounds, @NonNull Rect extensionRect, int xPos, int yPos, in createExtensionSurface()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 398 final int yPos = bounds.top; in edgeExtendWindow() local 409 final int yPos = bounds.top + maxExtensionInsets.top; in edgeExtendWindow() local 420 final int yPos = bounds.top; in edgeExtendWindow() local 431 final int yPos = bounds.bottom; in edgeExtendWindow() local 438 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface() 447 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyboardShortcutKeysLayout.java | 51 int yPos = getPaddingTop(); in onMeasure() local 113 int yPos = getPaddingTop(); in onLayout() local 162 int yPos, int lastHorizontalSpacing) { in layoutChildrenOnRow()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedAnimationCallback.java | 49 default void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate()
|
D | OneHandedTutorialHandler.java | 99 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
D | Interaction.java | 108 float[] xPos, float[] yPos, long duration) { in createInterpolatedEventList() 149 float[] xPos, float[] yPos, long duration) { in Interaction()
|
/frameworks/native/libs/input/ |
D | MotionPredictor.cpp | 77 void JerkTracker::pushSample(int64_t timestamp, float xPos, float yPos) { in pushSample()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PeopleHelper.java | 128 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | WindowDecoration.java | 618 SurfaceControl.Transaction t, SurfaceSyncGroup ssg, int xPos, int yPos, in addWindow()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 1132 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() 1158 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress()
|