Searched refs:smallestNominalAppWidth (Results 1 – 4 of 4) sorted by relevance
108 public int smallestNominalAppWidth; field in DisplayInfo313 && 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()
766 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
156 info.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()306 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
2072 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()