Searched defs:TYPE_LAYER_MULTIPLIER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java183 static final int TYPE_LAYER_MULTIPLIER = 10000; field in class:WindowManagerService
185 /** Offset from TYPE_LAYER_MULTIPLIER for moving a group of windows above
207 static final int FREEZE_LAYER = (TYPE_LAYER_MULTIPLIER * 200) + 1;
212 static final int MASK_LAYER = TYPE_LAYER_MULTIPLIER * 200;
1671 * TYPE_LAYER_MULTIPLIER
5071 WindowManager.LayoutParams.TYPE_APPLICATION) * TYPE_LAYER_MULTIPLIER
5073 aboveAppLayer += TYPE_LAYER_MULTIPLIER;

Completed in 152 milliseconds