Searched refs:smallestNominalAppWidth (Results 1 – 4 of 4) sorted by relevance
83 public int smallestNominalAppWidth; field in DisplayInfo287 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()328 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()365 smallestNominalAppWidth = source.readInt(); in readFromParcel()411 dest.writeInt(smallestNominalAppWidth); in writeToParcel()610 sb.append(smallestNominalAppWidth); in toString()
647 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
137 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()274 mBaseDisplayInfo.smallestNominalAppWidth = deviceInfo.width; in updateLocked()
1331 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()1352 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()1379 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()1380 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()2113 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()