Searched refs:smallestNominalAppHeight (Results 1 – 5 of 5) sorted by relevance
90 public int smallestNominalAppHeight; field in DisplayInfo270 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()307 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()339 smallestNominalAppHeight = source.readInt(); in readFromParcel()377 dest.writeInt(smallestNominalAppHeight); in writeToParcel()558 sb.append(smallestNominalAppHeight); in toString()
533 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
125 mInfo.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()245 mBaseDisplayInfo.smallestNominalAppHeight = deviceInfo.height; in updateLocked()
377 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
7200 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()7201 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()7245 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()