Searched refs:smallestNominalAppHeight (Results 1 – 5 of 5) sorted by relevance
81 public int smallestNominalAppHeight; field in DisplayInfo218 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()248 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()273 smallestNominalAppHeight = source.readInt(); in readFromParcel()299 dest.writeInt(smallestNominalAppHeight); in writeToParcel()390 sb.append(smallestNominalAppHeight); in toString()
399 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
119 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
6285 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()6286 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()6330 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()
218 mBaseDisplayInfo.smallestNominalAppHeight = deviceInfo.height; in updateLocked()