Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java75 public static final String SIZE_MOD_START = "["; field in NavigationBarInflaterView
427 if (!buttonSpec.contains(SIZE_MOD_START)) { in extractSize()
430 final int sizeStart = buttonSpec.indexOf(SIZE_MOD_START); in extractSize()
435 if (!buttonSpec.contains(SIZE_MOD_START)) { in extractButton()
438 return buttonSpec.substring(0, buttonSpec.indexOf(SIZE_MOD_START)); in extractButton()