Home
last modified time | relevance | path

Searched refs:contentLeft (Results 1 – 7 of 7) 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/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/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduView.java152 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
153 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
154 contentLeft + contentWidth, height); in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java97 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
98 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
99 contentLeft + contentWidth, height); in onLayout()
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()
/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.java565 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout() local
566 mContent.layout(contentLeft, height - mContent.getMeasuredHeight(), in onLayout()
567 contentLeft + contentWidth, height); in onLayout()