Searched refs:largestNominalAppHeight (Results 1 – 4 of 4) sorted by relevance
129 public int largestNominalAppHeight; field in DisplayInfo316 && largestNominalAppHeight == other.largestNominalAppHeight in equals()357 largestNominalAppHeight = other.largestNominalAppHeight; in copyFrom()394 largestNominalAppHeight = source.readInt(); in readFromParcel()440 dest.writeInt(largestNominalAppHeight); in writeToParcel()618 sb.append(largestNominalAppHeight); in toString()
769 outLargestSize.y = mDisplayInfo.largestNominalAppHeight; in getCurrentSizeRange()
159 info.largestNominalAppHeight = mOverrideDisplayInfo.largestNominalAppHeight; in getDisplayInfoLocked()309 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()
2075 displayInfo.largestNominalAppHeight = 0; in computeSizeRangesAndScreenLayout()2133 if (height > displayInfo.largestNominalAppHeight) { in adjustDisplaySizeRanges()2134 displayInfo.largestNominalAppHeight = height; in adjustDisplaySizeRanges()2963 pw.print("x"); pw.println(mDisplayInfo.largestNominalAppHeight); in dump()