Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java71 public static final String SIZE_MOD_END = "]"; field in NavigationBarInflaterView
439 return buttonSpec.substring(sizeStart + 1, buttonSpec.indexOf(SIZE_MOD_END)); in extractSize()