Home
last modified time | relevance | path

Searched refs:contentLeft (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DConversationMessageView.java140 final int contentLeft; in onLayout() local
145 contentLeft = iconLeft - contentWidth; in onLayout()
148 contentLeft = iconLeft + iconWidth; in onLayout()
153 contentLeft = iconLeft + iconWidth; in onLayout()
156 contentLeft = iconLeft - contentWidth; in onLayout()
162 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
/aosp12/frameworks/base/libs/hwui/jni/pdf/
H A DPdfDocument.cpp63 int contentLeft, int contentTop, int contentRight, int contentBottom) { in startPage() argument
67 contentLeft, contentTop, contentRight, contentBottom); in startPage()
124 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage() argument
127 contentLeft, contentTop, contentRight, contentBottom); in nativeStartPage()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DWidgetsEduView.java91 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
92 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
93 contentLeft + contentWidth, height); in onLayout()
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java420 final int contentLeft = (destClip != null) ? destClip.left : 0; in render() local
429 int clipWidth = contentRight - contentLeft; in render()
435 transform.postTranslate(contentLeft, contentTop); in render()
444 contentLeft, contentTop, contentRight, contentBottom, transformPtr, in render()
H A DPdfDocument.java250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage() argument
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarEduView.java119 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
120 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
121 contentLeft + contentWidth, height); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DAddItemWidgetsBottomSheet.java98 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
99 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
100 contentLeft + contentWidth, height); in onLayout()
H A DWidgetsBottomSheet.java153 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
154 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
155 contentLeft + contentWidth, height); in onLayout()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationMessageView.java203 final int contentLeft; in onLayout() local
207 contentLeft = iconLeft - contentWidth; in onLayout()
210 contentLeft = iconLeft + iconWidth; in onLayout()
215 contentLeft = iconLeft + iconWidth; in onLayout()
218 contentLeft = iconLeft - contentWidth; in onLayout()
224 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java413 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
414 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
415 contentLeft + contentWidth, height); in onLayout()