Searched refs:contentLeft (Results 1 – 7 of 7) 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/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/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarEduView.java | 152 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/ |
D | AddItemWidgetsBottomSheet.java | 97 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()
|
D | WidgetsBottomSheet.java | 153 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/ |
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 | 565 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()
|