Home
last modified time | relevance | path

Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayInfo.java98 public int smallestNominalAppWidth; field in DisplayInfo
318 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()
361 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()
400 smallestNominalAppWidth = source.readInt(); in readFromParcel()
448 dest.writeInt(smallestNominalAppWidth); in writeToParcel()
650 sb.append(smallestNominalAppWidth); in toString()
DDisplay.java709 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java147 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()
295 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1849 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()
1870 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()
1899 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()
1900 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()
2845 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt79573 Landroid/view/DisplayInfo;->smallestNominalAppWidth:I