Searched refs:buttonDispatcher (Results 1 – 2 of 2) sorted by relevance
212 private void initiallyFill(ButtonDispatcher buttonDispatcher) { in initiallyFill() argument213 addAll(buttonDispatcher, mHorizontal.findViewById(R.id.ends_group)); in initiallyFill()214 addAll(buttonDispatcher, mHorizontal.findViewById(R.id.center_group)); in initiallyFill()215 addAll(buttonDispatcher, mVertical.findViewById(R.id.ends_group)); in initiallyFill()216 addAll(buttonDispatcher, mVertical.findViewById(R.id.center_group)); in initiallyFill()219 private void addAll(ButtonDispatcher buttonDispatcher, ViewGroup parent) { in addAll() argument224 if (parent.getChildAt(i).getId() == buttonDispatcher.getId()) { in addAll()225 buttonDispatcher.addView(parent.getChildAt(i)); in addAll()228 addAll(buttonDispatcher, (ViewGroup) parent.getChildAt(i)); in addAll()
350 ButtonDispatcher buttonDispatcher = null;356 buttonDispatcher = mNavigationBarView.getHomeHandle();361 buttonDispatcher = mNavigationBarView.getBackButton();363 if (buttonDispatcher != null) {364 buttonDispatcher.setVisibility(366 buttonDispatcher.setAlpha(forceVisible ? 1f : alpha, animate);