Home
last modified time | relevance | path

Searched refs:contentWidth (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java117 public int contentWidth; field in TiledTexture.Tile
122 contentWidth = width; in setSize()
285 src.set(0, 0, t.contentWidth, t.contentHeight); in drawMixed()
304 src.set(0, 0, t.contentWidth, t.contentHeight); in draw()
327 src.set(0, 0, t.contentWidth, t.contentHeight); in draw()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DWidgetsEduView.java90 int contentWidth = mContent.getMeasuredWidth(); in onLayout() local
91 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout()
93 contentLeft + contentWidth, height); in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java76 int contentWidth = mContent.getMeasuredWidth(); in onLayout() local
77 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout()
79 contentLeft + contentWidth, height); in onLayout()
DWidgetsBottomSheet.java159 int contentWidth = mContent.getMeasuredWidth(); in onLayout() local
160 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout()
162 contentLeft + contentWidth, height); in onLayout()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java135 final int contentWidth = (right -left) - iconWidth - getPaddingLeft() - getPaddingRight(); in onLayout() local
145 contentLeft = iconLeft - contentWidth; in onLayout()
156 contentLeft = iconLeft - contentWidth; in onLayout()
162 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java405 int contentWidth = mContent.getMeasuredWidth(); in onLayout() local
406 int contentLeft = (width - contentWidth - mInsets.left - mInsets.right) / 2 + mInsets.left; in onLayout()
408 contentLeft + contentWidth, height); in onLayout()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java198 final int contentWidth = (right -left) - iconWidth - getPaddingLeft() - getPaddingRight(); in onLayout() local
207 contentLeft = iconLeft - contentWidth; in onLayout()
218 contentLeft = iconLeft - contentWidth; in onLayout()
224 mMessageBubble.layout(contentLeft, contentTop, contentLeft + contentWidth, in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1158 int contentWidth = getContentAreaWidth(); in onMeasure() local
1161 int contentAreaWidthSpec = MeasureSpec.makeMeasureSpec(contentWidth, MeasureSpec.EXACTLY); in onMeasure()
1164 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure()
1178 int folderWidth = getPaddingLeft() + getPaddingRight() + contentWidth; in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java251 final String contentWidth,
262 final int width = Integer.parseInt(contentWidth);