Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DPluginHeaderRow.java49 public int getExpectedHeight() { in getExpectedHeight() method in PluginHeaderRow
50 return mPlugin.getExpectedHeight(); in getExpectedHeight()
H A DFloatingHeaderRow.java34 int getExpectedHeight(); in getExpectedHeight() method
H A DFloatingHeaderView.java253 mMaxTranslation += row.getExpectedHeight(); in updateExpectedHeight()
/aosp12/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
H A DAllAppsRow.java41 int getExpectedHeight(); in getExpectedHeight() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DPredictionRowView.java111 super.onMeasure(widthMeasureSpec, MeasureSpec.makeMeasureSpec(getExpectedHeight(), in onMeasure()
122 public int getExpectedHeight() { in getExpectedHeight() method in PredictionRowView
H A DAppsDividerView.java114 public int getExpectedHeight() { in getExpectedHeight() method in AppsDividerView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java610 public int getExpectedHeight() { in getExpectedHeight() method in PagedView
615 return getExpectedHeight() - getPaddingTop() - getPaddingBottom() in getNormalChildHeight()
H A DWorkspace.java3352 public int getExpectedHeight() { in getExpectedHeight() method in Workspace