Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java49 public DisplayAdjustments(@NonNull DisplayAdjustments daj) { in DisplayAdjustments()
192 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
H A DDisplay.java504 DisplayAdjustments daj) { in Display()
521 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/aosp12/frameworks/base/core/java/android/app/
H A DResourcesManager.java617 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
920 DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in rebaseKeyForDisplay() local
1396 DisplayAdjustments daj = resourcesImpl.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java251 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()