Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DDisplayInfoOverrides.java36 out.smallestNominalAppWidth = source.smallestNominalAppWidth;
/frameworks/base/core/java/android/view/
DDisplayInfo.java121 public int smallestNominalAppWidth; field in DisplayInfo
425 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()
485 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()
540 smallestNominalAppWidth = source.readInt(); in readFromParcel()
612 dest.writeInt(smallestNominalAppWidth); in writeToParcel()
855 sb.append(smallestNominalAppWidth); in toString()
DDisplay.java1009 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/wm/
DDeferredDisplayUpdater.java432 || first.smallestNominalAppWidth != second.smallestNominalAppWidth in calculateDisplayInfoDiff()
DDisplayContent.java2630 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRanges()
2645 (int) (displayInfo.smallestNominalAppWidth / density + 0.5f); in computeSizeRanges()
2661 if (w < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()
2662 displayInfo.smallestNominalAppWidth = w; in adjustDisplaySizeRanges()
3658 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java531 mBaseDisplayInfo.smallestNominalAppWidth = maskedWidth; in updateLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59210 Landroid/view/DisplayInfo;->smallestNominalAppWidth:I