Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java233 private void initiallyFill(ButtonDispatcher buttonDispatcher) { in initiallyFill() argument
234 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() argument
245 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()