Home
last modified time | relevance | path

Searched refs:recentsButton (Results 1 – 6 of 6) 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() argument
60 mRecentsButton = recentsButton; in init()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java253 UiObject2 recentsButton = mLauncher.waitForNavigationUiObject("recent_apps"); in quickSwitch() local
255 mLauncher.runToState(() -> recentsButton.click(), OVERVIEW_STATE_ORDINAL, in quickSwitch()
260 () -> recentsButton.click(), in quickSwitch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/navbutton/
DPhoneSeascapeNavLayoutter.kt51 navButtonContainer.addView(recentsButton) in addThreeButtons()
DAbstractNavButtonLayoutter.kt54 protected val recentsButton: ImageView? = navButtonContainer.findViewById(R.id.recent_apps) constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
DPhonePortraitNavLayoutter.kt83 navButtonContainer.addView(recentsButton) in layoutButtons()
DPhoneLandscapeNavLayoutter.kt115 navButtonContainer.addView(recentsButton) in addThreeButtons()