Searched refs:smallestNominalAppHeight (Results 1 – 5 of 5) 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()
1857 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()1914 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()1915 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()2856 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
74281 Landroid/view/DisplayInfo;->smallestNominalAppHeight:I