Home
last modified time | relevance | path

Searched refs:contentHeight (Results 1 – 5 of 5) 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/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/Browser/src/com/android/browser/view/
DScrollerView.java1328 final int contentHeight = getHeight() - mPaddingBottom - mPaddingTop; in computeVerticalScrollRange() local
1330 return contentHeight; in computeVerticalScrollRange()
1335 final int overscrollBottom = Math.max(0, scrollRange - contentHeight); in computeVerticalScrollRange()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppsCustomizePagedView.java1111 int contentHeight = mContentHeight - layout.getPaddingTop() - layout.getPaddingBottom(); in syncWidgetPageItems() local
1113 final int cellHeight = contentHeight / mWidgetCountY; in syncWidgetPageItems()
/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()