Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance
83 public int smallestNominalAppWidth; field in DisplayInfo278 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()318 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()354 smallestNominalAppWidth = source.readInt(); in readFromParcel()399 dest.writeInt(smallestNominalAppWidth); in writeToParcel()585 sb.append(smallestNominalAppWidth); in toString()
570 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
125 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()250 mBaseDisplayInfo.smallestNominalAppWidth = deviceInfo.width; in updateLocked()
589 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
7393 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()7394 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()7444 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()7457 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()