Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMailWebView.java66 final int contentHeight = getContentHeight(); in invalidate() local
67 if (contentHeight != mCachedContentHeight) { in invalidate()
68 mCachedContentHeight = contentHeight; in invalidate()
69 mSizeChangeListener.onHeightChange(contentHeight); in invalidate()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
DConfirmationViewHandler.java267 final int contentHeight = mContent.getHeight() - buttonBarHeight; in showButtonBar() local
273 Log.d(TAG, " contentHeight: " + contentHeight); in showButtonBar()
282 if (contentHeight > (screenHeight - buttonBarHeight) in showButtonBar()
299 final int contentHeight = mContent.getHeight() + topMargin; in hideButtonBar() local
304 - contentHeight + Math.max(mScrollingContainer.getScrollY(), 0); in hideButtonBar()
310 Log.d(TAG, " contentHeight: " + contentHeight); in hideButtonBar()
/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/
DFolder.java1072 int contentHeight = getContentAreaHeight(); in onMeasure() local
1075 int contentAreaHeightSpec = MeasureSpec.makeMeasureSpec(contentHeight, MeasureSpec.EXACTLY); in onMeasure()
1077 mContent.setFixedSize(contentWidth, contentHeight); in onMeasure()
1092 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java1174 int contentHeight = mWidgetSpacingLayout.getContentHeight(); in syncWidgetPageItems() local
1175 final int cellHeight = ((contentHeight - mPageLayoutPaddingTop - mPageLayoutPaddingBottom in syncWidgetPageItems()