Searched refs:display (Results 1 – 4 of 4) sorted by relevance
32 Point display = new Point(); in getDisplayBounds() local37 wm.getDefaultDisplay().getRealSize(display); in getDisplayBounds()38 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
58 Point display = new Point(); in getDisplayBounds() local63 wm.getDefaultDisplay().getRealSize(display); in getDisplayBounds()64 return new Rect(0, 0, display.x, display.y); in getDisplayBounds()
21 import android.hardware.display.DisplayManager;
33 import android.hardware.display.AmbientDisplayConfiguration;