Searched refs:buttonDispatcher (Results 1 – 1 of 1) sorted by relevance
233 private void initiallyFill(ButtonDispatcher buttonDispatcher) { in initiallyFill() argument234 addAll(buttonDispatcher, (ViewGroup) mRot0.findViewById(R.id.ends_group)); in initiallyFill()235 addAll(buttonDispatcher, (ViewGroup) mRot0.findViewById(R.id.center_group)); in initiallyFill()236 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.ends_group)); in initiallyFill()237 addAll(buttonDispatcher, (ViewGroup) mRot90.findViewById(R.id.center_group)); in initiallyFill()240 private void addAll(ButtonDispatcher buttonDispatcher, ViewGroup parent) { in addAll() argument245 if (parent.getChildAt(i).getId() == buttonDispatcher.getId()) { in addAll()246 buttonDispatcher.addView(parent.getChildAt(i)); in addAll()249 addAll(buttonDispatcher, (ViewGroup) parent.getChildAt(i)); in addAll()