Searched refs:defaultDisplay (Results 1 – 4 of 4) sorted by relevance
199 Display defaultDisplay = windowManager.getDefaultDisplay(); in getDeviceDisplayWidthPx() local202 defaultDisplay.getSize(outPoint); in getDeviceDisplayWidthPx()
355 Display defaultDisplay = getSystemService(WindowManager.class).getDefaultDisplay(); in initTouchBounds() local357 defaultDisplay.getRealSize(realSize); in initTouchBounds()379 switch (defaultDisplay.getRotation()) { in initTouchBounds()
764 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in getDefaultDisplayPhysicalPort() local765 DisplayAddress.Physical address = (DisplayAddress.Physical) defaultDisplay.getAddress(); in getDefaultDisplayPhysicalPort()
425 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in doHandleInit() local426 if (!physicalDisplays.contains(defaultDisplay)) { in doHandleInit()430 physicalDisplays.add(defaultDisplay); in doHandleInit()