Home
last modified time | relevance | path

Searched defs:buttonSpec (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java215 protected View inflateButton(String buttonSpec, ViewGroup parent, boolean landscape, in inflateButton()
272 public static String extractImage(String buttonSpec) { in extractImage()
281 public static int extractKeycode(String buttonSpec) { in extractKeycode()
290 public static float extractSize(String buttonSpec) { in extractSize()
299 public static String extractButton(String buttonSpec) { in extractButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java520 final String buttonSpec = mButtons.get(holder.getAdapterPosition()); in showWidthDialog() local