Searched refs:SIZE_MOD_START (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarInflaterView.java52 public static final String SIZE_MOD_START = "["; field in class:NavigationBarInflaterView
291 if (!buttonSpec.contains(SIZE_MOD_START)) {
294 final int sizeStart = buttonSpec.indexOf(SIZE_MOD_START);
300 if (!buttonSpec.contains(SIZE_MOD_START)) {
303 return buttonSpec.substring(0, buttonSpec.indexOf(SIZE_MOD_START));
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java68 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.SIZE_MOD_START;
538 + SIZE_MOD_START + amount + SIZE_MOD_END);

Completed in 100 milliseconds