Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java689 View embeddedViewChild = new Button(mActivity); in testChildWindowFocusable() local
690 embeddedViewChild.setBackgroundColor(Color.RED); in testChildWindowFocusable()
701 wm.addView(embeddedViewChild, embeddedViewChildParams); in testChildWindowFocusable()
704 waitUntilViewDrawn(embeddedViewChild); in testChildWindowFocusable()
706 globalTapOnWindowCenter(embeddedViewChild::getWindowToken); in testChildWindowFocusable()
708 assertWindowFocused(embeddedViewChild, true); in testChildWindowFocusable()
719 assertWindowFocused(embeddedViewChild, false); in testChildWindowFocusable()