Home
last modified time | relevance | path

Searched defs:xPos (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitionAnimationHelper.java328 final int xPos = maxExtensionInsets.left; in edgeExtendWindow() local
330 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
338 final int xPos = 0; in edgeExtendWindow() local
340 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
349 final int xPos = targetSurfaceWidth; in edgeExtendWindow() local
351 createExtensionSurface(change.getLeash(), edgeBounds, extensionRect, xPos, yPos, in edgeExtendWindow() local
360 final int xPos = maxExtensionInsets.left; 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.java397 final int xPos = bounds.left + maxExtensionInsets.left; in edgeExtendWindow() local
408 final int xPos = bounds.left; in edgeExtendWindow() local
419 final int xPos = bounds.right; in edgeExtendWindow() local
430 final int xPos = bounds.left; 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.java50 int xPos = getPaddingLeft(); in onMeasure() local
110 int xPos = isRTL() in onLayout() local
161 private void layoutChildrenOnRow(int startIndex, int endIndex, int fullRowWidth, int xPos, 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/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()