Searched refs:FLAG_OWN_FOCUS (Results 1 – 7 of 7) sorted by relevance
173 public static final int FLAG_OWN_FOCUS = 1 << 17; field in DisplayDeviceInfo716 if ((flags & FLAG_OWN_FOCUS) != 0) { in flagsToString()
478 if ((deviceInfo.flags & DisplayDeviceInfo.FLAG_OWN_FOCUS) != 0) { in updateLocked()479 mBaseDisplayInfo.flags |= Display.FLAG_OWN_FOCUS; in updateLocked()
541 mInfo.flags |= DisplayDeviceInfo.FLAG_OWN_FOCUS; in getDisplayDeviceInfoLocked()
28 import static android.view.Display.FLAG_OWN_FOCUS;693 display.getDisplayInfo().flags &= ~FLAG_OWN_FOCUS; in testSetInTouchMode_multiDisplay_globalTouchModeUpdate()695 displayOwnTouchMode.getDisplayInfo().flags |= FLAG_OWN_FOCUS; in testSetInTouchMode_multiDisplay_globalTouchModeUpdate()699 .filter(d -> (d.getDisplayInfo().flags & FLAG_OWN_FOCUS) == 0) in testSetInTouchMode_multiDisplay_globalTouchModeUpdate()725 virtualDisplay.getDisplayInfo().flags &= ~FLAG_OWN_FOCUS; in testSetInTouchMode_multiDisplay_singleDisplayTouchModeUpdate()746 virtualDisplay.getDisplayInfo().flags |= FLAG_OWN_FOCUS; in testSetInTouchMode_multiDisplay_singleDisplayTouchModeUpdate()761 display.getDisplayInfo().flags &= ~FLAG_OWN_FOCUS; in testSetInTouchModeOnAllDisplays()763 displayOwnTouchMode.getDisplayInfo().flags |= FLAG_OWN_FOCUS; in testSetInTouchModeOnAllDisplays()
674 assertTrue((ddi.flags & DisplayDeviceInfo.FLAG_OWN_FOCUS) != 0);709 assertTrue((ddi.flags & DisplayDeviceInfo.FLAG_OWN_FOCUS) == 0);746 assertTrue((displayInfo.flags & DisplayDeviceInfo.FLAG_OWN_FOCUS) == 0);761 assertTrue((ddi.flags & DisplayDeviceInfo.FLAG_OWN_FOCUS) == 0);
339 public static final int FLAG_OWN_FOCUS = 1 << 11; field in Display
6638 || (mDisplayInfo.flags & Display.FLAG_OWN_FOCUS) != 0; in hasOwnFocus()