Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java141 metrics.noncompatWidthPixels = metrics.widthPixels = rotationAdjustments.mAppWidth; in adjustGlobalAppMetrics()
212 final int mAppWidth; field in DisplayAdjustments.FixedRotationAdjustments
224 mAppWidth = appWidth; in FixedRotationAdjustments()
233 hash = hash * 31 + mAppWidth; in hashCode()
246 && mAppWidth == other.mAppWidth && mAppHeight == other.mAppHeight in equals()
253 + " appWidth=" + mAppWidth + " appHeight=" + mAppHeight in toString()
265 dest.writeInt(mAppWidth); in writeToParcel()
273 mAppWidth = in.readInt(); in FixedRotationAdjustments()