Home
last modified time | relevance | path

Searched refs:mContentBounds (Results 1 – 1 of 1) sorted by relevance

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInlineContentClipView.java61 private final Rect mContentBounds = new Rect(); field in InlineContentClipView
169 mContentBounds.set(mParentBounds); in clipDescendantInlineContentViews()
170 offsetRectIntoDescendantCoords(inlineContentView, mContentBounds); in clipDescendantInlineContentViews()
171 inlineContentView.setClipBounds(mContentBounds); in clipDescendantInlineContentViews()