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.java76 private View mAppsButton; field in SecondaryDisplayLauncher
129 mAppsButton = findViewById(R.id.all_apps_button); in initUi()
237 float startR = mAppsButton.getWidth() / 2f; in showAppDrawer()
240 mDragLayer.getDescendantCoordRelativeToSelf(mAppsButton, buttonPos); in showAppDrawer()
249 mAppsButton.setVisibility(View.INVISIBLE); in showAppDrawer()
257 mAppsButton.setVisibility(View.VISIBLE); in showAppDrawer()