Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java41 public DisplayAdjustments(DisplayAdjustments daj) { in DisplayAdjustments() method in DisplayAdjustments
91 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
DDisplay.java412 DisplayAdjustments daj) { in Display()
429 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/frameworks/base/core/java/android/app/
DResourcesManager.java520 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
1063 DisplayAdjustments daj = r.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java212 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()