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.java910 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testGetDescendantFocusability() local
911 assertFalse((mMockViewGroup.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()
914 assertFalse((mMockViewGroup.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()
2166 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testSetDescendantFocusability() local
2167 assertFalse((mMockViewGroup.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()
2170 assertFalse((mMockViewGroup.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()
2173 assertFalse((mMockViewGroup.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()