Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DLauncherAllAppsContainerView.java80 int targetStateMarginBottom = -1; in getFloatingSearchBarRestingMarginBottom() local
82 targetStateMarginBottom = stateManager.getTargetState() in getFloatingSearchBarRestingMarginBottom()
84 if (targetStateMarginBottom < 0) { in getFloatingSearchBarRestingMarginBottom()
86 return targetStateMarginBottom; in getFloatingSearchBarRestingMarginBottom()
89 return Math.max(targetStateMarginBottom, currentStateMarginBottom); in getFloatingSearchBarRestingMarginBottom()