Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/
DTabBar.java366 if (mCurrentTextureWidth != mUi.getContentWidth() || in dispatchDraw()
368 mCurrentTextureWidth = mUi.getContentWidth(); in dispatchDraw()
DXLargeUi.java178 int getContentWidth() { in getContentWidth() method in XLargeUi
DController.java1979 || view.getContentWidth() == 0) { in createScreenshot()
1998 int contentWidth = view.getContentWidth(); in createScreenshot()
DTab.java1841 if (mMainView.getContentWidth() <= 0 || mMainView.getContentHeight() <= 0) { in capture()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java396 mContentWidth = mWidgetSpacingLayout.getContentWidth(); in onDataReady()
1171 int contentWidth = mWidgetSpacingLayout.getContentWidth(); in syncWidgetPageItems()
DPagedViewCellLayout.java224 int getContentWidth() { in getContentWidth() method in PagedViewCellLayout