/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/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 | OneHandedBackgroundPanelOrganizer.java | 114 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() argument 115 final int yTopPos = (mStableInsets.top - mBkgBounds.height()) + Math.round(yPos); in onAnimationUpdate()
|
D | OneHandedTutorialHandler.java | 97 public void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate() argument 101 if (yPos < mAlphaTransitionStart) { in onAnimationUpdate()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 172 void drawClock(const Font& font, const int xPos, const int yPos); 173 void drawProgress(int percent, const Font& font, const int xPos, const int yPos);
|
D | BootAnimation.cpp | 897 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock() argument 918 int y = yPos; in drawClock() 922 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress() argument 930 int y = yPos; in drawProgress()
|
/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 4224 int yPos = (int) ((canvas.getHeight() / 2.0f) 4227 canvas.drawText(mExtraImageCount, xPos, yPos, mTextPaint);
|