Searched refs:smallestNominalAppHeight (Results 1 – 4 of 4) sorted by relevance
115 public int smallestNominalAppHeight; field in DisplayInfo314 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()355 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()392 smallestNominalAppHeight = source.readInt(); in readFromParcel()438 dest.writeInt(smallestNominalAppHeight); in writeToParcel()622 sb.append(smallestNominalAppHeight); in toString()
767 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
157 info.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()307 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
2073 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()2130 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()2131 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()2961 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()