Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayInfo.java108 public int smallestNominalAppWidth; field in DisplayInfo
313 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()
354 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()
391 smallestNominalAppWidth = source.readInt(); in readFromParcel()
437 dest.writeInt(smallestNominalAppWidth); in writeToParcel()
620 sb.append(smallestNominalAppWidth); in toString()
DDisplay.java766 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java156 info.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()
306 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2072 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()
2089 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()
2122 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()
2123 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()
2960 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()