Home
last modified time | relevance | path

Searched refs:smallestNominalAppWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayInfo.java114 public int smallestNominalAppWidth; field in DisplayInfo
367 && 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()
DDisplay.java860 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java198 info.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()
394 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2482 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59853 Landroid/view/DisplayInfo;->smallestNominalAppWidth:I