Searched refs:mAppHeight (Results 1 – 1 of 1) sorted by relevance
142 metrics.noncompatHeightPixels = metrics.heightPixels = rotationAdjustments.mAppHeight; in adjustGlobalAppMetrics()215 final int mAppHeight; field in DisplayAdjustments.FixedRotationAdjustments225 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()