Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipActionsProvider.java64 private final List<RemoteAction> mAppActions = new ArrayList<>(); field in TvPipActionsProvider
113 mAppActions.clear(); in setAppActions()
117 mAppActions.add(action); in setAppActions()
121 updateCustomActions(mAppActions); in setAppActions()
142 if (newCustomActions == mMediaActions && !mAppActions.isEmpty()) { in updateCustomActions()
145 } else if (newCustomActions == mAppActions && mAppActions.isEmpty()) { in updateCustomActions()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java128 private List<RemoteAction> mAppActions; field in PhonePipMenuController
475 mAppActions = appActions; in setAppActions()
496 if (isValidActions(mAppActions)) { in resolveMenuActions()
497 return mAppActions; in resolveMenuActions()