Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayInfo.java83 public int smallestNominalAppWidth; field in DisplayInfo
269 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()
306 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()
338 smallestNominalAppWidth = source.readInt(); in readFromParcel()
376 dest.writeInt(smallestNominalAppWidth); in writeToParcel()
556 sb.append(smallestNominalAppWidth); in toString()
DDisplay.java532 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java124 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()
244 mBaseDisplayInfo.smallestNominalAppWidth = deviceInfo.width; in updateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java376 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
DWindowManagerService.java7193 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()
7194 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()
7244 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()
7257 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()