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

/frameworks/base/core/java/android/view/
H A DGravity.java105 public static final int DISPLAY_CLIP_VERTICAL = 0x10000000; field in class:Gravity
308 * {@link #DISPLAY_CLIP_HORIZONTAL} and {@link #DISPLAY_CLIP_VERTICAL}
319 if ((gravity&DISPLAY_CLIP_VERTICAL) != 0) {
362 * {@link #DISPLAY_CLIP_HORIZONTAL} and {@link #DISPLAY_CLIP_VERTICAL}

Completed in 129 milliseconds