Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance
83 public int smallestNominalAppWidth; field in DisplayInfo269 && 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()
532 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
124 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()244 mBaseDisplayInfo.smallestNominalAppWidth = deviceInfo.width; in updateLocked()
376 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
7193 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()