Searched refs:contentLeft (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 142 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/ |
D | AddItemWidgetsBottomSheet.java | 93 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()
|
D | WidgetsBottomSheet.java | 102 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/ |
D | PdfProcessor.java | 249 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/ |
D | ConversationMessageView.java | 203 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/ |
D | WidgetsFullSheet.java | 461 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()
|