Searched refs:mAppWidth (Results 1 – 1 of 1) sorted by relevance
141 metrics.noncompatWidthPixels = metrics.widthPixels = rotationAdjustments.mAppWidth; in adjustGlobalAppMetrics()212 final int mAppWidth; field in DisplayAdjustments.FixedRotationAdjustments224 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()