Searched refs:mGivenContentInsets (Results 1 – 3 of 3) sorted by relevance
135 mTmpRect.inset(mWin.mGivenContentInsets); in onPostLayout()
364 final Rect mGivenContentInsets = new Rect(); field in WindowState1205 return mGivenContentInsets; in getGivenContentInsetsLw()3082 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()3553 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS); in writeToProto()3656 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()
1912 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()1918 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()1923 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()