Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java329 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()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java398 final int yPos = bounds.top; in edgeExtendWindow() local
409 final int yPos = bounds.top + maxExtensionInsets.top; in edgeExtendWindow() local
420 final int yPos = bounds.top; in edgeExtendWindow() local
431 final int yPos = bounds.bottom; in edgeExtendWindow() local
438 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface()
447 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface()
/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.cpp77 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.java618 SurfaceControl.Transaction t, SurfaceSyncGroup ssg, int xPos, int yPos, in addWindow()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1132 void BootAnimation::drawClock(const Font& font, const int xPos, const int yPos) { in drawClock()
1158 void BootAnimation::drawProgress(int percent, const Font& font, const int xPos, const int yPos) { in drawProgress()