Searched refs:systemActions (Results 1 – 2 of 2) sorted by relevance
204 List<AccessibilityAction> systemActions = new ArrayList<>(); in getSystemActions() local210 systemActions.add(systemAction); in getSystemActions()214 addLegacySystemActions(systemActions); in getSystemActions()216 return systemActions; in getSystemActions()219 private void addLegacySystemActions(List<AccessibilityAction> systemActions) { in addLegacySystemActions() argument221 systemActions.add(mLegacyBackAction); in addLegacySystemActions()224 systemActions.add(mLegacyHomeAction); in addLegacySystemActions()227 systemActions.add(mLegacyRecentsAction); in addLegacySystemActions()231 systemActions.add(mLegacyNotificationsAction); in addLegacySystemActions()235 systemActions.add(mLegacyQuickSettingsAction); in addLegacySystemActions()[all …]
183 SystemActions systemActions, in NavBarHelper() argument211 mSystemActions = systemActions; in NavBarHelper()