Searched refs:mAppRect (Results 1 – 1 of 1) sorted by relevance
1198 private Rect mAppRect = new Rect(); field in WindowManagerState.DisplayContent1229 mAppRect.set(0, 0, infoProto.appWidth, infoProto.appHeight); in DisplayContent()1382 return mAppRect; in getAppRect()1412 + " mAppRect=" + mAppRect + " mFlags=" + mFlags; in toString()1431 && (dc.mAppRect == null ? mAppRect == null : dc.mAppRect.equals(mAppRect)) in equals()1452 if (mAppRect != null) { in hashCode()1453 result = 31 * result + mAppRect.hashCode(); in hashCode()