Searched refs:largestNominalAppHeight (Results 1 – 5 of 5) sorted by relevance
135 public int largestNominalAppHeight; field in DisplayInfo370 && largestNominalAppHeight == other.largestNominalAppHeight in equals()421 largestNominalAppHeight = other.largestNominalAppHeight; in copyFrom()467 largestNominalAppHeight = source.readInt(); in readFromParcel()526 dest.writeInt(largestNominalAppHeight); in writeToParcel()749 sb.append(largestNominalAppHeight); in toString()
863 outLargestSize.y = mDisplayInfo.largestNominalAppHeight; in getCurrentSizeRange()
201 info.largestNominalAppHeight = mOverrideDisplayInfo.largestNominalAppHeight; in getDisplayInfoLocked()397 mBaseDisplayInfo.largestNominalAppHeight = maskedHeight; in updateLocked()
2485 displayInfo.largestNominalAppHeight = 0; in computeSizeRangesAndScreenLayout()2535 if (h > displayInfo.largestNominalAppHeight) { in adjustDisplaySizeRanges()2536 displayInfo.largestNominalAppHeight = h; in adjustDisplaySizeRanges()3536 pw.print("x"); pw.println(mDisplayInfo.largestNominalAppHeight); in dump()
59835 Landroid/view/DisplayInfo;->largestNominalAppHeight:I