Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java142 metrics.noncompatHeightPixels = metrics.heightPixels = rotationAdjustments.mAppHeight; in adjustGlobalAppMetrics()
215 final int mAppHeight; field in DisplayAdjustments.FixedRotationAdjustments
225 mAppHeight = appHeight; in FixedRotationAdjustments()
234 hash = hash * 31 + mAppHeight; in hashCode()
246 && mAppWidth == other.mAppWidth && mAppHeight == other.mAppHeight in equals()
253 + " appWidth=" + mAppWidth + " appHeight=" + mAppHeight in toString()
266 dest.writeInt(mAppHeight); in writeToParcel()
274 mAppHeight = in.readInt(); in FixedRotationAdjustments()