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

/frameworks/base/core/java/android/view/
H A DView.java4875 viewFlagValues = (viewFlagValues & ~FOCUSABLE_MASK) | getFocusableAttribute(a);
26462 private int getFocusableAttribute(TypedArray attributes) { method in class:View

Completed in 79 milliseconds