Searched refs:contentWidth (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | TiledTexture.java | 117 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/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 135 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/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizeTabHost.java | 150 int contentWidth = mAppsCustomizePane.getPageContentWidth(); in onMeasure() local 151 if (contentWidth > 0 && mTabs.getLayoutParams().width != contentWidth) { in onMeasure() 153 mTabs.getLayoutParams().width = contentWidth; in onMeasure()
|
D | AppsCustomizePagedView.java | 1171 int contentWidth = mWidgetSpacingLayout.getContentWidth(); in syncWidgetPageItems() local 1172 final int cellWidth = ((contentWidth - mPageLayoutPaddingLeft - mPageLayoutPaddingRight in syncWidgetPageItems()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Folder.java | 1071 int contentWidth = getContentAreaWidth(); in onMeasure() local 1074 int contentAreaWidthSpec = MeasureSpec.makeMeasureSpec(contentWidth, MeasureSpec.EXACTLY); in onMeasure() 1077 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure() 1091 int folderWidth = getPaddingLeft() + getPaddingRight() + contentWidth; in onMeasure()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageView.java | 198 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/Messaging/src/com/android/messaging/datamodel/data/ |
D | ConversationMessageData.java | 251 final String contentWidth, 262 final int width = Integer.parseInt(contentWidth);
|