Searched refs:recentsButton (Results 1 – 6 of 6) sorted by relevance
58 public void init(View recentsButton, View recentsParent, DeviceProfile deviceProfile, in init() argument60 mRecentsButton = recentsButton; in init()
253 UiObject2 recentsButton = mLauncher.waitForNavigationUiObject("recent_apps"); in quickSwitch() local255 mLauncher.runToState(() -> recentsButton.click(), OVERVIEW_STATE_ORDINAL, in quickSwitch()260 () -> recentsButton.click(), in quickSwitch()
51 navButtonContainer.addView(recentsButton) in addThreeButtons()
54 protected val recentsButton: ImageView? = navButtonContainer.findViewById(R.id.recent_apps) constant in com.android.launcher3.taskbar.navbutton.AbstractNavButtonLayoutter
83 navButtonContainer.addView(recentsButton) in layoutButtons()
115 navButtonContainer.addView(recentsButton) in addThreeButtons()