Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInlineContentClipView.java58 private final Rect mParentBounds = new Rect(); field in InlineContentClipView
156 mParentBounds.right = getWidth(); in clipDescendantInlineContentViews()
157 mParentBounds.bottom = getHeight(); in clipDescendantInlineContentViews()
169 mContentBounds.set(mParentBounds); in clipDescendantInlineContentViews()