Searched refs:contentHeight (Results 1 – 8 of 8) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | MailWebView.java | 66 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/ |
D | ConfirmationViewHandler.java | 267 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/ |
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/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/ |
D | Folder.java | 1072 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/ |
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()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 1174 int contentHeight = mWidgetSpacingLayout.getContentHeight(); in syncWidgetPageItems() local 1175 final int cellHeight = ((contentHeight - mPageLayoutPaddingTop - mPageLayoutPaddingBottom in syncWidgetPageItems()
|