Searched refs:daj (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java40 public DisplayAdjustments(DisplayAdjustments daj) { argument
41 setCompatibilityInfo(daj.mCompatInfo);
42 mConfiguration = daj.mConfiguration;
89 DisplayAdjustments daj = (DisplayAdjustments)o;
90 return Objects.equals(daj.mCompatInfo, mCompatInfo) &&
91 Objects.equals(daj.mConfiguration, mConfiguration);
H A DDisplay.java294 DisplayAdjustments daj) {
298 mDisplayAdjustments = new DisplayAdjustments(daj);
292 Display(DisplayManagerGlobal global, int displayId, DisplayInfo displayInfo , DisplayAdjustments daj) argument
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java174 * @param daj The compatibility info and activityToken.
177 public Display getCompatibleDisplay(int displayId, DisplayAdjustments daj) { argument
182 return new Display(this, displayId, displayInfo, daj);

Completed in 94 milliseconds