Home
last modified time | relevance | path

Searched refs:contentHeight (Results 1 – 7 of 7) 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/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/
DBenefitsAnimation.java155 int contentHeight = mActivity.findViewById(R.id.intro_po_content).getHeight() + offset; in adjustToScreenSize() local
157 if (contentHeight > viewportHeight) { in adjustToScreenSize()
158 int targetHeight = layoutParams.height - (contentHeight - viewportHeight); in adjustToScreenSize()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DConversationMessageView.java136 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local
163 contentTop + contentHeight); in onLayout()
/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.java1027 int contentHeight = getContentAreaHeight(); in onMeasure() local
1030 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure()
1032 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure()
1047 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()