1{ 2 "methods": { 3 "getCurrentView()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "android.view.View", 10 "exceptions": [], 11 "name": "getCurrentView()" 12 }, 13 "getDisplayedChild()": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected" 17 ], 18 "params": [], 19 "returnType": "int", 20 "exceptions": [], 21 "name": "getDisplayedChild()" 22 }, 23 "setDisplayedChild(int)": { 24 "isImplementation": true, 25 "modifiers": [ 26 "protected" 27 ], 28 "params": [ 29 "whichChild" 30 ], 31 "returnType": "void", 32 "exceptions": [], 33 "name": "setDisplayedChild(int)" 34 }, 35 "showNext()": { 36 "isImplementation": true, 37 "modifiers": [ 38 "protected" 39 ], 40 "params": [], 41 "returnType": "void", 42 "exceptions": [], 43 "name": "showNext()" 44 }, 45 "showPrevious()": { 46 "isImplementation": true, 47 "modifiers": [ 48 "protected" 49 ], 50 "params": [], 51 "returnType": "void", 52 "exceptions": [], 53 "name": "showPrevious()" 54 } 55 }, 56 "imports": [ 57 "android.view.View", 58 "android.view.ViewGroup", 59 "android.widget.ViewAnimator", 60 "org.robolectric.annotation.Implementation", 61 "org.robolectric.annotation.Implements" 62 ], 63 "name": "org.robolectric.shadows.ShadowViewAnimator" 64}