Searched refs:mTaskFragmentBounds (Results 1 – 1 of 1) sorted by relevance
38 private final Rect mTaskFragmentBounds = new Rect(); field in ActivityWindowInfo48 set(info.mIsEmbedded, info.mTaskBounds, info.mTaskFragmentBounds); in set()56 mTaskFragmentBounds.set(taskFragmentBounds); in set()82 return mTaskFragmentBounds; in getTaskFragmentBounds()88 mTaskFragmentBounds.readFromParcel(in); in ActivityWindowInfo()95 mTaskFragmentBounds.writeToParcel(dest, flags); in writeToParcel()128 && mTaskFragmentBounds.equals(other.mTaskFragmentBounds); in equals()136 result = 31 * result + mTaskFragmentBounds.hashCode(); in hashCode()144 + ", taskFragmentBounds=" + mTaskFragmentBounds in toString()