Searched refs:buttonDispatcher (Results 1 – 2 of 2) sorted by relevance
220 private void initiallyFill(ButtonDispatcher buttonDispatcher) { in initiallyFill() argument221 addAll(buttonDispatcher, mHorizontal.findViewById(R.id.ends_group)); in initiallyFill()222 addAll(buttonDispatcher, mHorizontal.findViewById(R.id.center_group)); in initiallyFill()223 addAll(buttonDispatcher, mVertical.findViewById(R.id.ends_group)); in initiallyFill()224 addAll(buttonDispatcher, mVertical.findViewById(R.id.center_group)); in initiallyFill()227 private void addAll(ButtonDispatcher buttonDispatcher, ViewGroup parent) { in addAll() argument232 if (parent.getChildAt(i).getId() == buttonDispatcher.getId()) { in addAll()233 buttonDispatcher.addView(parent.getChildAt(i)); in addAll()236 addAll(buttonDispatcher, (ViewGroup) parent.getChildAt(i)); in addAll()
208 ButtonDispatcher buttonDispatcher = null;210 buttonDispatcher = mNavigationBarView.getBackButton();212 buttonDispatcher = mNavigationBarView.getHomeHandle();214 if (buttonDispatcher != null) {215 buttonDispatcher.setVisibility(alpha > 0 ? View.VISIBLE : View.INVISIBLE);216 buttonDispatcher.setAlpha(alpha, animate);