Home
last modified time | relevance | path

Searched defs:recentsButton (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DRecentsHitboxExtender.java58 public void init(View recentsButton, View recentsParent, DeviceProfile deviceProfile, in init()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DAbstractNavButtonLayoutter.kt54 protected val recentsButton: ImageView? = navButtonContainer.findViewById(R.id.recent_apps) constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java253 UiObject2 recentsButton = mLauncher.waitForNavigationUiObject("recent_apps"); in quickSwitch() local