Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java283 getGroupActionsAlphas().get(INDEX_GROUPED_ALPHA).setValue(showGroupActions ? 1 : 0); in updateActionButtonsVisibility()
290 getGroupActionsAlphas().get(INDEX_3P_LAUNCHER).setValue(is3pLauncher ? 0 : 1); in updateFor3pLauncher()
297 private MultiValueAlpha getGroupActionsAlphas() { in getGroupActionsAlphas() method in OverviewActionsView