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

/frameworks/base/core/java/android/view/
H A DView.java741 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE}; field in class:View
3455 viewFlagValues |= VISIBILITY_FLAGS[visibility];

Completed in 37 milliseconds