Home
last modified time | relevance | path

Searched refs:getContentWidth (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DXLargeUi.java182 int getContentWidth() { in getContentWidth() method in XLargeUi
DTabBar.java366 if (mCurrentTextureWidth != mUi.getContentWidth() || in dispatchDraw()
368 mCurrentTextureWidth = mUi.getContentWidth(); in dispatchDraw()
DController.java2046 || view.getContentWidth() == 0) { in createScreenshot()
2065 int contentWidth = view.getContentWidth(); in createScreenshot()
DTab.java1899 if (mMainView.getContentWidth() <= 0 || mMainView.getContentHeight() <= 0) { in capture()
/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java235 int getContentWidth() { in getContentWidth() method in PagedViewCellLayout
DAppsCustomizePagedView.java479 mContentWidth = mWidgetSpacingLayout.getContentWidth(); in onDataReady()
1384 int contentWidth = mWidgetSpacingLayout.getContentWidth(); in syncWidgetPageItems()