Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DPipActivity.java96 private final List<RemoteAction> mSwitchOnActions = new ArrayList<>(); field in PipActivity
103 mPipParamsBuilder.setActions(mSwitchOnActions);
184 mSwitchOnActions.addAll(Arrays.asList(noOpAction, switchOffAction, clearAllAction)); in onCreate()
215 withCustomActions ? mSwitchOnActions : Collections.emptyList()); in enterPip()
277 mPipParamsBuilder.setActions(mSwitchOnActions); in handleIntentExtra()