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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java276 public static final float STACK_WEIGHT_MIN = 0.2f; field in class:WindowManagerService
4838 (weight < STACK_WEIGHT_MIN || weight > STACK_WEIGHT_MAX)) {
4840 "createStack: weight must be between " + STACK_WEIGHT_MIN + " and " +
4902 if (weight < STACK_WEIGHT_MIN || weight > STACK_WEIGHT_MAX) {
4904 "resizeStack: weight must be between " + STACK_WEIGHT_MIN + " and " +

Completed in 271 milliseconds