Searched refs:contentLeft (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 140 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/ |
D | WidgetsEduView.java | 91 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/ |
D | AddItemWidgetsBottomSheet.java | 77 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()
|
D | WidgetsBottomSheet.java | 160 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/ |
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 | 406 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()
|