Home
last modified time | relevance | path

Searched refs:mAppsButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java67 private View mAppsButton; field in SecondaryDisplayLauncher
106 mAppsButton = findViewById(R.id.all_apps_button); in initUi()
266 float startR = mAppsButton.getWidth() / 2f; in showAppDrawer()
269 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
278 mAppsButton.setVisibility(View.INVISIBLE); in showAppDrawer()
285 mAppsButton.setVisibility(View.VISIBLE); in showAppDrawer()