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

/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1199 * @param verticalBar if true the view is attached to a vertical edge, otherwise to a
1205 int dividerColor, int size, boolean verticalBar, boolean seascape, int sideMargin,
1215 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size;
1216 int resolvedWidth = verticalBar ? size : LayoutParams.MATCH_PARENT;
1217 int resolvedGravity = verticalBar
1224 setColor(view, color, dividerColor, verticalBar, seascape);
1259 setColor(view, color, dividerColor, verticalBar, seascape);
1292 private static void setColor(View v, int color, int dividerColor, boolean verticalBar, argument
1296 if (dir == null || dir.first != verticalBar || dir.second != seascape) {
1302 verticalBar
1204 updateColorViewInt(final ColorViewState state, int sysUiVis, int color, int dividerColor, int size, boolean verticalBar, boolean seascape, int sideMargin, boolean animate, boolean force) argument
[all...]

Completed in 29 milliseconds