Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DInlineContentClipView.java150 for (InlineContentView inlineContentView : mClippedDescendants) { in setZOrderedOnTop()
151 inlineContentView.setZOrderedOnTop(onTop); in setZOrderedOnTop()
168 final InlineContentView inlineContentView = (InlineContentView) root; in clipDescendantInlineContentViews() local
170 offsetRectIntoDescendantCoords(inlineContentView, mContentBounds); in clipDescendantInlineContentViews()
171 inlineContentView.setClipBounds(mContentBounds); in clipDescendantInlineContentViews()
172 mClippedDescendants.add(inlineContentView); in clipDescendantInlineContentViews()