Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java809 private static final int[] VISIBILITY_FLAGS = {VISIBLE, INVISIBLE, GONE}; field in View
4089 viewFlagValues |= VISIBILITY_FLAGS[visibility];