/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
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() 150 layoutChildrenOnRow(rowStartIdx, childCount, fullRowWidth, xPos, yPos, in onLayout() 162 int yPos, int lastHorizontalSpacing) { in layoutChildrenOnRow() argument [all …]
|
/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() 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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 398 final int yPos = bounds.top; in edgeExtendWindow() local 400 extensionRect, xPos, yPos, "Left Edge Extension", transaction); in edgeExtendWindow() 409 final int yPos = bounds.top + maxExtensionInsets.top; in edgeExtendWindow() local 411 extensionRect, xPos, yPos, "Top Edge Extension", transaction); in edgeExtendWindow() 420 final int yPos = bounds.top; in edgeExtendWindow() local 422 extensionRect, xPos, yPos, "Right Edge Extension", transaction); in edgeExtendWindow() 431 final int yPos = bounds.bottom; in edgeExtendWindow() local 433 extensionRect, xPos, yPos, "Bottom Edge Extension", transaction); in edgeExtendWindow() 438 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface() argument 441 doCreateExtensionSurface(leash, edgeBounds, extensionRect, xPos, yPos, layerName, in createExtensionSurface() [all …]
|
/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() argument 414 startTransaction.setPosition(edgeExtensionLayer, xPos, yPos); in createExtensionSurface()
|
/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() argument
|
D | OneHandedTutorialHandler.java | 99 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() argument 103 if (yPos < mAlphaTransitionStart) { in onAnimationUpdate()
|
/frameworks/native/include/input/ |
D | MotionPredictor.h | 49 void pushSample(int64_t timestamp, float xPos, float yPos);
|
/frameworks/base/cmds/bootanimation/ |
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);
|
D | BootAnimation.cpp | 1132 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument 1154 int y = yPos; in drawClock() 1158 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress() argument 1167 int y = yPos; in drawProgress()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PeopleHelper.java | 128 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local 129 canvas.drawText(symbol, radius, yPos, mTextPaint); in createAvatarSymbol()
|
/frameworks/native/libs/input/ |
D | MotionPredictor.cpp | 77 void JerkTracker::pushSample(int64_t timestamp, float xPos, float yPos) { in pushSample() argument 106 newYDerivatives[i] = yPos; in pushSample()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.kt | 428 fun animateVertically(yPos: Float) = verticalTranslation.stretchTo(yPos) in animateVertically()
|
/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() argument 629 t.setPosition(windowSurfaceControl, xPos, yPos) in addWindow()
|