OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRAVITY_SEPARATOR
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PreviewNavInflater.java
63
if (newValue.charAt(i) ==
GRAVITY_SEPARATOR
.charAt(0)) {
NavBarTuner.java
57
import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.
GRAVITY_SEPARATOR
;
159
String[] views = navLayout.split(
GRAVITY_SEPARATOR
);
340
if (builder.length() == 0 || builder.toString().endsWith(
GRAVITY_SEPARATOR
)) {
344
builder.append(
GRAVITY_SEPARATOR
);
347
GRAVITY_SEPARATOR
)) {
352
if (builder.toString().endsWith(
GRAVITY_SEPARATOR
)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java
50
public static final String
GRAVITY_SEPARATOR
= ";";
202
String[] sets = newLayout.split(
GRAVITY_SEPARATOR
, 3);
Completed in 1299 milliseconds