@Implements(value=android.view.ViewGroup.class) public class ShadowViewGroup extends ShadowView
ViewGroup.| Modifier and Type | Class and Description |
|---|---|
static class |
ShadowViewGroup.ShadowLayoutParams
Shadow for
ViewGroup.LayoutParams. |
static class |
ShadowViewGroup.ShadowMarginLayoutParams
Shadow for
ViewGroup.MarginLayoutParams. |
| Modifier and Type | Field and Description |
|---|---|
protected android.view.ViewGroup |
realViewGroup |
ANDROID_NS, attributeSet, realView, scrollToCoordinates| Constructor and Description |
|---|
ShadowViewGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addView(android.view.View child,
int index,
android.view.ViewGroup.LayoutParams params) |
void |
dump(PrintStream out,
int indent)
Non-Android method that dumps the state of this
ViewGroup to System.out |
boolean |
getDisallowInterceptTouchEvent() |
android.view.MotionEvent |
getInterceptedTouchEvent() |
android.view.animation.LayoutAnimationController |
getLayoutAnimation() |
android.view.animation.Animation.AnimationListener |
getLayoutAnimationListener() |
String |
innerText()
Returns a string representation of this
ViewGroup by concatenating all of the
strings contained in all of the descendants of this ViewGroup. |
boolean |
onInterceptTouchEvent(android.view.MotionEvent ev) |
protected void |
removedChild(android.view.View child) |
void |
requestDisallowInterceptTouchEvent(boolean disallowIntercept) |
void |
setLayoutAnimation(android.view.animation.LayoutAnimationController layoutAnim) |
void |
setLayoutAnimationListener(android.view.animation.Animation.AnimationListener listener) |
__constructor__, buildDrawable, callOnAttachedToWindow, callOnDetachedFromWindow, checkedPerformClick, clearWasInvalidated, clickOn, computeOpaqueFlags, didRequestLayout, draw, dump, dump, dumpAttribute, dumpAttributes, dumpFirstPart, dumpIndent, getBackgroundColor, getBackgroundResourceId, getDrawingCache, getGlobalVisibleRect, getLastTouchEvent, getOnClickListener, getOnCreateContextMenuListener, getOnLongClickListener, getOnSystemUiVisibilityChangeListener, getOnTouchListener, getQualifiers, getScrollX, getScrollY, innerText, invalidate, isAttachedToWindow, lastHapticFeedbackPerformed, onLayout, onLayoutWasCalled, onTouchEvent, performHapticFeedback, post, postDelayed, postInvalidateDelayed, removeCallbacks, requestLayout, scrollTo, setAnimation, setDidRequestLayout, setGlobalVisibleRect, setMyParent, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setScrollX, setScrollY, setViewFocus, visualize, wasInvalidated@Implementation
public void addView(android.view.View child,
int index,
android.view.ViewGroup.LayoutParams params)
public String innerText()
ViewGroup by concatenating all of the
strings contained in all of the descendants of this ViewGroup.innerText in class ShadowViewpublic void dump(PrintStream out, int indent)
ViewGroup to System.outdump in class ShadowViewout - Output stream.indent - Indentation level.@Implementation public void setLayoutAnimationListener(android.view.animation.Animation.AnimationListener listener)
@Implementation public android.view.animation.Animation.AnimationListener getLayoutAnimationListener()
@Implementation public void setLayoutAnimation(android.view.animation.LayoutAnimationController layoutAnim)
@Implementation public android.view.animation.LayoutAnimationController getLayoutAnimation()
@Implementation public void requestDisallowInterceptTouchEvent(boolean disallowIntercept)
public boolean getDisallowInterceptTouchEvent()
protected void removedChild(android.view.View child)
public android.view.MotionEvent getInterceptedTouchEvent()
@Implementation public boolean onInterceptTouchEvent(android.view.MotionEvent ev)
Copyright © 2016. All rights reserved.