Home
last modified time | relevance | path

Searched defs:action2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipUtils.java93 public static boolean remoteActionsMatch(RemoteAction action1, RemoteAction action2) { in remoteActionsMatch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
DMediaViewHolder.kt71 val action2 = itemView.requireViewById<ImageButton>(R.id.action2) constant
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp746 bool action2 = false; in TEST() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DMediaControlPanelTest.kt171 private lateinit var action2: ImageButton variable in com.android.systemui.media.controls.ui.MediaControlPanelTest