Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java786 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testGetDescendantFocusability() local
787 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()
790 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()
1466 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testSetDescendantFocusability() local
1467 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()
1470 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()
1473 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()