Searched refs:smallestNominalAppHeight (Results 1 – 4 of 4) sorted by relevance
105 public int smallestNominalAppHeight; field in DisplayInfo319 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()362 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()401 smallestNominalAppHeight = source.readInt(); in readFromParcel()449 dest.writeInt(smallestNominalAppHeight); in writeToParcel()652 sb.append(smallestNominalAppHeight); in toString()
710 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
148 mInfo.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()296 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
1850 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()1907 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()1908 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()2846 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()