Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java51 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/
DOneHandedAnimationCallback.java49 default void onAnimationUpdate(SurfaceControl.Transaction tx, float xPos, float yPos) { in onAnimationUpdate()
DOneHandedTutorialHandler.java99 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/
DInteraction.java108 float[] xPos, float[] yPos, long duration) { in createInterpolatedEventList()
149 float[] xPos, float[] yPos, long duration) { in Interaction()
/frameworks/native/libs/input/
DMotionPredictor.cpp78 void JerkTracker::pushSample(int64_t timestamp, float xPos, float yPos) { in pushSample()
/frameworks/base/core/java/com/android/internal/widget/
DPeopleHelper.java128 int yPos = (int) (radius - ((mTextPaint.descent() + mTextPaint.ascent()) / 2)); in createAvatarSymbol() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java773 int xPos, int yPos, int width, int height) { in addWindow()
815 SurfaceControl.Transaction t, SurfaceSyncGroup ssg, int xPos, int yPos, in addWindow()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1107 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos, in drawClock()
1134 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos, in drawProgress()