Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayInfo.java83 public int smallestNominalAppWidth; field in DisplayInfo
278 && smallestNominalAppWidth == other.smallestNominalAppWidth in equals()
318 smallestNominalAppWidth = other.smallestNominalAppWidth; in copyFrom()
354 smallestNominalAppWidth = source.readInt(); in readFromParcel()
399 dest.writeInt(smallestNominalAppWidth); in writeToParcel()
585 sb.append(smallestNominalAppWidth); in toString()
DDisplay.java570 outSmallestSize.x = mDisplayInfo.smallestNominalAppWidth; in getCurrentSizeRange()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java125 mInfo.smallestNominalAppWidth = mOverrideDisplayInfo.smallestNominalAppWidth; in getDisplayInfoLocked()
250 mBaseDisplayInfo.smallestNominalAppWidth = deviceInfo.width; in updateLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java589 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth); in dump()
DWindowManagerService.java7393 if (width < displayInfo.smallestNominalAppWidth) { in adjustDisplaySizeRanges()
7394 displayInfo.smallestNominalAppWidth = width; in adjustDisplaySizeRanges()
7444 displayInfo.smallestNominalAppWidth = 1<<30; in computeSizeRangesAndScreenLayout()
7457 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density); in computeSizeRangesAndScreenLayout()