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.java52 public int getExpectedHeight() { in getExpectedHeight() method in PluginHeaderRow
53 return mPlugin.getExpectedHeight(); in getExpectedHeight()
DFloatingHeaderRow.java35 int getExpectedHeight(); in getExpectedHeight() method
DFloatingHeaderView.java223 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java173 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(getExpectedHeight(), in onMeasure()
184 public int getExpectedHeight() { in getExpectedHeight() method in PredictionRowView
DAppsDividerView.java111 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.java488 public int getExpectedHeight() { in getExpectedHeight() method in PagedView
493 return getExpectedHeight() - getPaddingTop() - getPaddingBottom() in getNormalChildHeight()
DWorkspace.java3271 public int getExpectedHeight() { in getExpectedHeight() method