Searched refs:mGivenContentInsets (Results 1 – 2 of 2) sorted by relevance
260 final Rect mGivenContentInsets = new Rect(); field in WindowState997 return mGivenContentInsets; in getGivenContentInsetsLw()2233 applyInsets(outRegion, frame, mGivenContentInsets); in getTouchableRegion()2637 mGivenContentInsets.printShortString(pw); in dump()
2633 + ", contentInsets=" + w.mGivenContentInsets + " -> " + contentInsets in setInsetsWindow()2639 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow()2644 w.mGivenContentInsets.scale(w.mGlobalScale); in setInsetsWindow()