Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DPreviewNavInflater.java64 if (newValue.charAt(i) == GRAVITY_SEPARATOR.charAt(0)) { in isValidLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java73 public static final String GRAVITY_SEPARATOR = ";"; field in NavigationBarInflaterView
259 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()
263 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout()