Searched refs:contentHeight (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | TiledTexture.java | 118 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/ |
D | BenefitsAnimation.java | 155 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/ |
D | ConversationMessageView.java | 136 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local 163 contentTop + contentHeight); in onLayout()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 136 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local 163 contentTop + contentHeight); in onLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 1027 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/ |
D | ConversationMessageData.java | 252 final String contentHeight, 263 final int height = Integer.parseInt(contentHeight);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageView.java | 199 final int contentHeight = mMessageBubble.getMeasuredHeight(); in onLayout() local 225 contentTop + contentHeight); in onLayout()
|