Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java99 private final FrameLayout mNavButtonsView; field in NavbarButtonsViewController
131 mNavButtonsView = navButtonsView; in NavbarButtonsViewController()
132 mNavButtonContainer = mNavButtonsView.findViewById(R.id.end_nav_buttons); in NavbarButtonsViewController()
133 mEndContextualContainer = mNavButtonsView.findViewById(R.id.end_contextual_buttons); in NavbarButtonsViewController()
134 mStartContextualContainer = mNavButtonsView.findViewById(R.id.start_contextual_buttons); in NavbarButtonsViewController()
145 mNavButtonsView.getLayoutParams().height = mContext.getDeviceProfile().taskbarSize; in init()
429 mNavButtonsView.setTranslationY(normalTranslationY + otherTranslationY); in updateNavButtonTranslationY()