1{ 2 "methods": { 3 "addView(android.view.View,int,android.view.ViewGroup.LayoutParams)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "child", 10 "index", 11 "params" 12 ], 13 "returnType": "void", 14 "exceptions": [], 15 "name": "addView(android.view.View,int,android.view.ViewGroup.LayoutParams)" 16 }, 17 "dump(java.io.PrintStream,int)": { 18 "isImplementation": false, 19 "modifiers": [ 20 "public" 21 ], 22 "params": [ 23 "out", 24 "indent" 25 ], 26 "returnType": "void", 27 "exceptions": [], 28 "name": "dump(java.io.PrintStream,int)", 29 "documentation": "Dumps the state of this {@code ViewGroup} to {@code System.out}.\n" 30 }, 31 "getDisallowInterceptTouchEvent()": { 32 "isImplementation": false, 33 "modifiers": [ 34 "public" 35 ], 36 "params": [], 37 "returnType": "boolean", 38 "exceptions": [], 39 "name": "getDisallowInterceptTouchEvent()" 40 }, 41 "getInterceptedTouchEvent()": { 42 "isImplementation": false, 43 "modifiers": [ 44 "public" 45 ], 46 "params": [], 47 "returnType": "android.view.MotionEvent", 48 "exceptions": [], 49 "name": "getInterceptedTouchEvent()" 50 }, 51 "innerText()": { 52 "isImplementation": false, 53 "modifiers": [ 54 "public" 55 ], 56 "params": [], 57 "returnType": "java.lang.String", 58 "exceptions": [], 59 "name": "innerText()", 60 "documentation": "Returns a string representation of this {@code ViewGroup} by concatenating all of the\nstrings contained in all of the descendants of this {@code ViewGroup}.\n" 61 }, 62 "onInterceptTouchEvent(android.view.MotionEvent)": { 63 "isImplementation": true, 64 "modifiers": [ 65 "protected" 66 ], 67 "params": [ 68 "ev" 69 ], 70 "returnType": "boolean", 71 "exceptions": [], 72 "name": "onInterceptTouchEvent(android.view.MotionEvent)" 73 }, 74 "removedChild(android.view.View)": { 75 "isImplementation": false, 76 "modifiers": [ 77 "protected" 78 ], 79 "params": [ 80 "child" 81 ], 82 "returnType": "void", 83 "exceptions": [], 84 "name": "removedChild(android.view.View)" 85 }, 86 "requestDisallowInterceptTouchEvent(boolean)": { 87 "isImplementation": true, 88 "modifiers": [ 89 "protected" 90 ], 91 "params": [ 92 "disallowIntercept" 93 ], 94 "returnType": "void", 95 "exceptions": [], 96 "name": "requestDisallowInterceptTouchEvent(boolean)" 97 } 98 }, 99 "imports": [ 100 "org.robolectric.shadow.api.Shadow.directlyOn", 101 "android.os.Looper", 102 "android.view.MotionEvent", 103 "android.view.View", 104 "android.view.ViewGroup", 105 "java.io.PrintStream", 106 "org.robolectric.annotation.Implementation", 107 "org.robolectric.annotation.Implements", 108 "org.robolectric.annotation.RealObject", 109 "org.robolectric.shadow.api.Shadow", 110 "org.robolectric.util.ReflectionHelpers.ClassParameter" 111 ], 112 "name": "org.robolectric.shadows.ShadowViewGroup" 113}