Home
last modified time | relevance | path

Searched refs:contentHeight (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java118 public int contentHeight; field in TiledTexture.Tile
123 contentHeight = height; 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/
DConversationMessageView.java136 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
163 contentTop + contentHeight); in onLayout()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1159 int contentHeight = getContentAreaHeight(); in onMeasure() local
1162 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure()
1164 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure()
1179 int folderHeight = getFolderHeight(contentHeight); in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java252 final String contentHeight,
263 final int height = Integer.parseInt(contentHeight);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java199 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
225 contentTop + contentHeight); in onLayout()