Package org.robolectric.shadows
Class ShadowSurfaceView
java.lang.Object
org.robolectric.shadows.ShadowView
org.robolectric.shadows.ShadowSurfaceView
- Direct Known Subclasses:
ShadowGLSurfaceView
,ShadowVideoView
@Implements(android.view.SurfaceView.class) public class ShadowSurfaceView extends ShadowView
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowSurfaceView.FakeSurfaceHolder
Robolectric implementation ofSurfaceHolder
.Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowView
ShadowView.WindowIdHelper
-
Field Summary
Fields inherited from class org.robolectric.shadows.ShadowView
attributeSet, realView, scrollToCoordinates
-
Constructor Summary
Constructors Constructor Description ShadowSurfaceView()
-
Method Summary
Modifier and Type Method Description ShadowSurfaceView.FakeSurfaceHolder
getFakeSurfaceHolder()
protected SurfaceHolder
getHolder()
protected void
onAttachedToWindow()
Methods inherited from class org.robolectric.shadows.ShadowView
__constructor__, addGlobalPerformClickListener, addGlobalPerformLongClickListener, addOnAttachStateChangeListener, callOnAttachedToWindow, callOnDetachedFromWindow, checkedPerformClick, clearAnimation, clearWasInvalidated, clickOn, didRequestLayout, draw, dump, dump, dump, dumpAttribute, dumpAttributes, dumpFirstPart, dumpIndent, getGlobalVisibleRect, getLastTouchEvent, getLayerType, getOnAttachStateChangeListeners, getOnClickListener, getOnCreateContextMenuListener, getOnLongClickListener, getOnSystemUiVisibilityChangeListener, getOnTouchListener, getScrollX, getScrollY, getWindowDisplayFrame, getWindowId, getWindowVisibleDisplayFrame, innerText, innerText, invalidate, isAttachedToWindow, lastHapticFeedbackPerformed, onLayout, onLayoutWasCalled, onTouchEvent, performClick, performHapticFeedback, performLongClick, post, postDelayed, postInvalidateDelayed, removeCallbacks, removeGlobalPerformClickListener, removeGlobalPerformLongClickListener, removeOnAttachStateChangeListener, requestLayout, reset, scrollBy, scrollTo, setAnimation, setDidRequestLayout, setGlobalVisibleRect, setLayerType, setMyParent, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setScrollX, setScrollY, setViewFocus, visualize, wasInvalidated
-
Constructor Details
-
ShadowSurfaceView
public ShadowSurfaceView()
-
-
Method Details