Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java142 final int contentLeft; in onLayout() local
147 contentLeft = iconLeft - contentWidth; in onLayout()
150 contentLeft = iconLeft + iconWidth; in onLayout()
155 contentLeft = iconLeft + iconWidth; in onLayout()
158 contentLeft = iconLeft - contentWidth; in onLayout()
164 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java93 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
94 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
95 contentLeft + contentWidth, height); in onLayout()
DWidgetsBottomSheet.java102 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
103 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
104 contentLeft + contentWidth, height); in onLayout()
/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/
DPdfProcessor.java249 final int contentLeft = (destClip != null) ? destClip.left : 0; in renderPage() local
256 int clipWidth = contentRight - contentLeft; in renderPage()
261 transform.postTranslate(contentLeft, contentTop); in renderPage()
272 contentLeft, in renderPage()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
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()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java461 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
462 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
463 contentLeft + contentWidth, height); in onLayout()