Home
last modified time | relevance | path

Searched defs:yPos (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java288 final int yPos = 0; in edgeExtendWindow() local
289 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
298 final int yPos = maxExtensionInsets.top; in edgeExtendWindow() local
299 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
309 final int yPos = 0; in edgeExtendWindow() local
310 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
320 final int yPos = targetSurfaceHeight; in edgeExtendWindow() local
321 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
331 @NonNull Rect edgeBounds, @NonNull Rect extensionRect, int xPos, int yPos, in createExtensionSurface()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java386 final int yPos = bounds.top; in edgeExtendWindow() local
397 final int yPos = bounds.top + maxExtensionInsets.top; in edgeExtendWindow() local
408 final int yPos = bounds.top; in edgeExtendWindow() local
419 final int yPos = bounds.bottom; in edgeExtendWindow() local
426 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface()
435 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java51 int yPos = getPaddingTop(); in onMeasure() local
113 int yPos = getPaddingTop(); in onLayout() local
162 int yPos, int lastHorizontalSpacing) { in layoutChildrenOnRow()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedAnimationCallback.java49 default void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate()
H A DOneHandedTutorialHandler.java99 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DInteraction.java108 float[] xPos, float[] yPos, long duration) { in createInterpolatedEventList()
149 float[] xPos, float[] yPos, long duration) { in Interaction()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPeopleHelper.java126 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecoration.java416 SurfaceSyncGroup ssg, int xPos, int yPos, int width, int height, int shadowRadius, in addWindow()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1094 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock()
1119 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress()