Searched refs:FLAG_MASK_FOCUSABILITY (Results 1 – 2 of 2) sorted by relevance
788 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testGetDescendantFocusability() local789 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()792 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testGetDescendantFocusability()1503 final int FLAG_MASK_FOCUSABILITY = 0x60000; in testSetDescendantFocusability() local1504 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()1507 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()1510 assertFalse((vg.getDescendantFocusability() & FLAG_MASK_FOCUSABILITY) == 0); in testSetDescendantFocusability()
87592 private static final int FLAG_MASK_FOCUSABILITY