Home
last modified time | relevance | path

Searched defs:action1 (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.kt70 val action1 = itemView.requireViewById<ImageButton>(R.id.action1) constant
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp745 bool action1 = false; in TEST() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DMediaControlPanelTest.kt170 private lateinit var action1: ImageButton variable in com.android.systemui.media.controls.ui.MediaControlPanelTest