Home
last modified time | relevance | path

Searched refs:xPos (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyboardShortcutKeysLayout.java50 int xPos = getPaddingLeft(); in onMeasure() local
70 if (xPos + childWidth > width) { in onMeasure()
71 xPos = getPaddingLeft(); in onMeasure()
74 xPos += childWidth + layoutParams.mHorizontalSpacing; in onMeasure()
110 int xPos = isRTL() in onLayout() local
126 ? xPos - getPaddingLeft() - currentChildWidth < 0 in onLayout()
127 : xPos + currentChildWidth > fullRowWidth; in onLayout()
131 layoutChildrenOnRow(rowStartIdx, i, fullRowWidth, xPos, yPos, in onLayout()
134 xPos = isRTL() in onLayout()
141 xPos = isRTL() in onLayout()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java207 final float xPos, yPos; in getBoundsForFullscreen() local
215 xPos = -1 * dw / 6; in getBoundsForFullscreen()
217 outBounds.set((int) xPos, (int) yPos, (int) xPos + dw, (int) yPos + dh); in getBoundsForFullscreen()
/frameworks/base/docs/html/training/gestures/
Dmulti.jd136 int xPos = -1;
145 xPos = (int)MotionEventCompat.getX(event, index);
151 xPos = (int)MotionEventCompat.getX(event, index);
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp480 int xPos = (mWidth - TIME_WIDTH) / 2; in drawTime() local
500 glDrawTexiOES(xPos, yPos, 0, width, DIGIT_HEIGHT); in drawTime()
502 xPos += width; in drawTime()