/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyboardShortcutKeysLayout.java | 51 int yPos = getPaddingTop(); in onMeasure() local 72 yPos += lineHeight; in onMeasure() 80 height = yPos + lineHeight; in onMeasure() 82 if (yPos + lineHeight < height) { in onMeasure() 83 height = yPos + lineHeight; in onMeasure() 113 int yPos = getPaddingTop(); in onLayout() local 131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos, in onLayout() 137 yPos += mLineHeight; in onLayout() 162 int yPos, int lastHorizontalSpacing) { in layoutChildrenOnRow() argument 178 yPos, in layoutChildrenOnRow() [all …]
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
H A D | Interaction.java | 108 float[] xPos, float[] yPos, long duration) { in createInterpolatedEventList() argument 113 float startY = yPos[0]; in createInterpolatedEventList() 121 float endY = yPos[i]; in createInterpolatedEventList() 140 float lastY = yPos[yPos.length - 1]; in createInterpolatedEventList() 149 float[] xPos, float[] yPos, long duration) { in Interaction() argument 152 mYPositions = yPos; in Interaction()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 386 final int yPos = bounds.top; in edgeExtendWindow() local 388 extensionRect, xPos, yPos, "Left Edge Extension", transaction); in edgeExtendWindow() 397 final int yPos = bounds.top + maxExtensionInsets.top; in edgeExtendWindow() local 399 extensionRect, xPos, yPos, "Top Edge Extension", transaction); in edgeExtendWindow() 408 final int yPos = bounds.top; in edgeExtendWindow() local 410 extensionRect, xPos, yPos, "Right Edge Extension", transaction); in edgeExtendWindow() 419 final int yPos = bounds.bottom; in edgeExtendWindow() local 421 extensionRect, xPos, yPos, "Bottom Edge Extension", transaction); in edgeExtendWindow() 426 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface() argument 435 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface() argument [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | TransitionAnimationHelper.java | 288 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() argument 373 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in createExtensionSurface()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedAnimationCallback.java | 49 default void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() argument
|
H A D | OneHandedTutorialHandler.java | 99 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() argument 103 if (yPos < mAlphaTransitionStart) { in onAnimationUpdate()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 187 void drawClock(const Font& font, const int xPos, const int yPos); 188 void drawProgress(int percent, const Font& font, const int xPos, const int yPos);
|
H A D | BootAnimation.cpp | 1094 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument 1115 int y = yPos; in drawClock() 1119 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress() argument 1127 int y = yPos; in drawProgress()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PeopleHelper.java | 126 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local 127 canvas.drawText(symbol, radius, yPos, mTextPaint); in createAvatarSymbol()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanel.kt | 420 fun animateVertically(yPos: Float) = verticalTranslation.stretchTo(yPos)
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | WindowDecoration.java | 416 SurfaceSyncGroup ssg, int xPos, int yPos, int width, int height, int shadowRadius, in addWindow() argument 426 t.setPosition(windowSurfaceControl, xPos, yPos) in addWindow()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 4175 int yPos = (int) ((canvas.getHeight() / 2.0f) 4178 canvas.drawText(mExtraImageCount, xPos, yPos, mTextPaint);
|