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.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()
/packages/apps/Launcher3/src/com/android/launcher3/views/
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()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java77 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
78 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
79 contentLeft + contentWidth, height); in onLayout()
DWidgetsBottomSheet.java160 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
161 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
162 contentLeft + contentWidth, height); in onLayout()
/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.java406 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
407 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
408 contentLeft + contentWidth, height); in onLayout()