Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance
114 public int smallestNominalAppWidth; field in DisplayInfo367 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()418 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()464 smallestNominalAppWidth = source.readInt(); in readFromParcel()523 dest.writeInt(smallestNominalAppWidth); in writeToParcel()751 sb.append(smallestNominalAppWidth); in toString()
860 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
198 info.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()394 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
2482 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()2500 (int) (displayInfo.smallestNominalAppWidth / density + 0.5f); in computeSizeRangesAndScreenLayout()2526 if (w < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()2527 displayInfo.smallestNominalAppWidth = w; in adjustDisplaySizeRanges()3533 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
59853 Landroid/view/DisplayInfo;->smallestNominalAppWidth:I