Home
last modified time | relevance | path

Searched defs:daj (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java38 public DisplayAdjustments(DisplayAdjustments daj) { in DisplayAdjustments() method in DisplayAdjustments
85 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
DDisplay.java318 DisplayAdjustments daj) { in Display()
/frameworks/base/core/java/android/app/
DResourcesManager.java308 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
847 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java175 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()