Searched refs:smallestNominalAppHeight (Results 1 – 4 of 4) sorted by relevance
90 public int smallestNominalAppHeight; field in DisplayInfo288 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()329 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()366 smallestNominalAppHeight = source.readInt(); in readFromParcel()412 dest.writeInt(smallestNominalAppHeight); in writeToParcel()612 sb.append(smallestNominalAppHeight); in toString()
648 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
138 mInfo.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()275 mBaseDisplayInfo.smallestNominalAppHeight = deviceInfo.height; in updateLocked()
1332 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()1387 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()1388 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()2114 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()