OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUTTON_SEPARATOR
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java
51
public static final String
BUTTON_SEPARATOR
= ",";
203
String[] start = sets[0].split(
BUTTON_SEPARATOR
);
204
String[] center = sets[1].split(
BUTTON_SEPARATOR
);
205
String[] end = sets[2].split(
BUTTON_SEPARATOR
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java
55
import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.
BUTTON_SEPARATOR
;
167
for (String button : views[i].split(
BUTTON_SEPARATOR
)) {
348
builder.append(
BUTTON_SEPARATOR
);
Completed in 55 milliseconds