Searched refs:smallestNominalAppHeight (Results 1 – 5 of 5) sorted by relevance
121 public int smallestNominalAppHeight; field in DisplayInfo356 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()405 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()449 smallestNominalAppHeight = source.readInt(); in readFromParcel()506 dest.writeInt(smallestNominalAppHeight); in writeToParcel()733 sb.append(smallestNominalAppHeight); in toString()
834 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
223 info.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()412 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
2287 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()2344 if (height < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()2345 displayInfo.smallestNominalAppHeight = height; in adjustDisplaySizeRanges()3185 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
63175 Landroid/view/DisplayInfo;->smallestNominalAppHeight:I