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()
225 info.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()414 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
2358 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()2413 if (size.y < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()2414 displayInfo.smallestNominalAppHeight = size.y; in adjustDisplaySizeRanges()3338 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
63175 Landroid/view/DisplayInfo;->smallestNominalAppHeight:I