Home
last modified time | relevance | path

Searched refs:getExpectedHeight (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPluginHeaderRow.java49 public int getExpectedHeight() { in getExpectedHeight() method in PluginHeaderRow
50 return mPlugin.getExpectedHeight(); in getExpectedHeight()
DFloatingHeaderRow.java34 int getExpectedHeight(); in getExpectedHeight() method
DFloatingHeaderView.java255 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java110 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(getExpectedHeight(), in onMeasure()
121 public int getExpectedHeight() { in getExpectedHeight() method in PredictionRowView
DAppsDividerView.java114 public int getExpectedHeight() { in getExpectedHeight() method in AppsDividerView
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DAllAppsRow.java41 int getExpectedHeight(); in getExpectedHeight() method
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java532 public int getExpectedHeight() { in getExpectedHeight() method in PagedView
537 return getExpectedHeight() - getPaddingTop() - getPaddingBottom() in getNormalChildHeight()
DWorkspace.java3299 public int getExpectedHeight() { in getExpectedHeight() method