Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java49 public DisplayAdjustments(@NonNull DisplayAdjustments daj) { in DisplayAdjustments()
173 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
DDisplay.java463 DisplayAdjustments daj) { in Display()
480 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/frameworks/base/core/java/android/app/
DResourcesManager.java538 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
1123 DisplayAdjustments daj = resourcesImpl.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java230 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()