Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewAnimatorTest.java51 assertSame(view0, viewAnimator.getCurrentView()); in getCurrentView_shouldWork()
53 assertSame(view1, viewAnimator.getCurrentView()); in getCurrentView_shouldWork()
DShadowTabHostTest.java128 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory()
142 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewAnimator.java29 protected View getCurrentView() { in getCurrentView() method in ShadowViewAnimator
DShadowTabHost.java93 protected View getCurrentView() { in getCurrentView() method in ShadowTabHost
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java236 View view = flip.getCurrentView(); in findCurrentView()
978 flip.getCurrentView().findViewById(R.id.terminal_overlay).startAnimation(fade_out_delayed); in setDisplayedTerminal()