Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java44 public DisplayAdjustments(@NonNull DisplayAdjustments daj) { in DisplayAdjustments()
100 DisplayAdjustments daj = (DisplayAdjustments)o; in equals() local
H A DDisplay.java588 DisplayAdjustments daj) { in Display()
605 /*@NotNull*/ DisplayInfo displayInfo, DisplayAdjustments daj, Resources res) { in Display()
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java642 final DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in createResourcesImpl() local
944 DisplayAdjustments daj = new DisplayAdjustments(key.mOverrideConfiguration); in rebaseKeyForDisplay() local
1409 DisplayAdjustments daj = resourcesImpl.getDisplayAdjustments(); in applyConfigurationToResourcesLocked() local
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java275 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { in getCompatibleDisplay()