Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance
98 public int smallestNominalAppWidth; field in DisplayInfo318 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()361 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()400 smallestNominalAppWidth = source.readInt(); in readFromParcel()448 dest.writeInt(smallestNominalAppWidth); in writeToParcel()650 sb.append(smallestNominalAppWidth); in toString()
709 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
147 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()295 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
1849 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()1870 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()1899 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()1900 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()2845 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
79573 Landroid/view/DisplayInfo;->smallestNominalAppWidth:I