Searched refs:smallestNominalAppHeight (Results 1 – 5 of 5) sorted by relevance
121 public int smallestNominalAppHeight; field in DisplayInfo368 && smallestNominalAppHeight == other.smallestNominalAppHeight in equals()419 smallestNominalAppHeight = other.smallestNominalAppHeight; in copyFrom()465 smallestNominalAppHeight = source.readInt(); in readFromParcel()524 dest.writeInt(smallestNominalAppHeight); in writeToParcel()753 sb.append(smallestNominalAppHeight); in toString()
861 outSmallestSize.y = mDisplayInfo.smallestNominalAppHeight; in getCurrentSizeRange()
199 info.smallestNominalAppHeight = mOverrideDisplayInfo.smallestNominalAppHeight; in getDisplayInfoLocked()395 mBaseDisplayInfo.smallestNominalAppHeight = maskedHeight; in updateLocked()
2483 displayInfo.smallestNominalAppHeight = 1<<30; in computeSizeRangesAndScreenLayout()2532 if (h < displayInfo.smallestNominalAppHeight) { in adjustDisplaySizeRanges()2533 displayInfo.smallestNominalAppHeight = h; in adjustDisplaySizeRanges()3534 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight); in dump()
59852 Landroid/view/DisplayInfo;->smallestNominalAppHeight:I