Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java39 public DisplayAdjustments(DisplayAdjustments daj) { in DisplayAdjustments() method in DisplayAdjustments
87 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
DDisplay.java375 DisplayAdjustments daj) { in Display()
392 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/frameworks/base/core/java/android/app/
DResourcesManager.java335 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
890 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java176 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()