Searched refs:mGivenContentInsets (Results 1 – 3 of 3) sorted by relevance
135 mTmpRect.inset(mWin.mGivenContentInsets); in onPostLayout()
353 final Rect mGivenContentInsets = new Rect(); field in WindowState1167 return mGivenContentInsets; in getGivenContentInsetsLw()2999 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()3438 mGivenContentInsets.writeToProto(proto, GIVEN_CONTENT_INSETS); in writeToProto()3541 pw.println(prefix + "mGivenContentInsets=" + mGivenContentInsets.toShortString(sTmpSB) in dump()
1899 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()1905 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()1910 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()