Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2978 int size, boolean verticalBar, int rightMargin, boolean animate) { in updateColorViewInt() argument
2989 int resolvedHeight = verticalBar ? LayoutParams.MATCH_PARENT : size; in updateColorViewInt()
2990 int resolvedWidth = verticalBar ? size : LayoutParams.MATCH_PARENT; in updateColorViewInt()
2991 int resolvedGravity = verticalBar ? state.horizontalGravity : state.verticalGravity; in updateColorViewInt()