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.java387 DisplayAdjustments daj) { in Display()
404 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/frameworks/base/core/java/android/app/
DResourcesManager.java487 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
1030 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java180 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()