Home
last modified time | relevance | path

Searched refs:getContentHeight (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java239 int getContentHeight() { in getContentHeight() method in PagedViewCellLayout
DAppsCustomizePagedView.java1387 int contentHeight = mWidgetSpacingLayout.getContentHeight(); in syncWidgetPageItems()
/packages/apps/Browser/src/com/android/browser/
DTab.java1899 if (mMainView.getContentWidth() <= 0 || mMainView.getContentHeight() <= 0) { in capture()
DController.java2045 if (view == null || view.getContentHeight() == 0 in createScreenshot()