Searched refs:mNavButtonsView (Results 1 – 3 of 3) sorted by relevance
163 private final NearestTouchFrame mNavButtonsView; field in NavbarButtonsViewController226 mNavButtonsView = navButtonsView; in NavbarButtonsViewController()227 mNavButtonContainer = mNavButtonsView.findViewById(R.id.end_nav_buttons); in NavbarButtonsViewController()228 mEndContextualContainer = mNavButtonsView.findViewById(R.id.end_contextual_buttons); in NavbarButtonsViewController()229 mStartContextualContainer = mNavButtonsView.findViewById(R.id.start_contextual_buttons); in NavbarButtonsViewController()254 mNavButtonsView.getLayoutParams().height = p.y; in setupController()421 mHitboxExtender.init(mRecentsButton, mNavButtonsView, mContext.getDeviceProfile(), in initButtons()424 getDescendantCoordRelativeToAncestor(mRecentsButton, mNavButtonsView, in initButtons()444 mSpace = new Space(mNavButtonsView.getContext()); in initButtons()671 mNavButtonsView.setTranslationY(mLastSetNavButtonTranslationY); in updateNavButtonTranslationY()[all …]
49 private val mNavButtonsView = navButtonsView constant58 mNavButtonsView.layoutParams as FrameLayout.LayoutParams in layoutButtons()70 mNavButtonsView.layoutParams = navButtonsViewLayoutParams in layoutButtons()
53 private val mNavButtonsView = navButtonsView constant59 val navButtonsViewLayoutParams = mNavButtonsView.layoutParams as FrameLayout.LayoutParams in layoutButtons()86 mNavButtonsView.layoutParams = navButtonsViewLayoutParams in layoutButtons()