1{ 2 "methods": { 3 "__constructor__(android.view.View)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "ownerView" 10 ], 11 "returnType": "void", 12 "exceptions": [], 13 "name": "__constructor__(android.view.View)" 14 }, 15 "setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener)": { 16 "isImplementation": true, 17 "modifiers": [ 18 "protected" 19 ], 20 "params": [ 21 "listener" 22 ], 23 "returnType": "void", 24 "exceptions": [], 25 "name": "setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener)" 26 }, 27 "simulateZoomInButtonClick()": { 28 "isImplementation": false, 29 "modifiers": [ 30 "public" 31 ], 32 "params": [], 33 "returnType": "void", 34 "exceptions": [], 35 "name": "simulateZoomInButtonClick()" 36 }, 37 "simulateZoomOutButtonClick()": { 38 "isImplementation": false, 39 "modifiers": [ 40 "public" 41 ], 42 "params": [], 43 "returnType": "void", 44 "exceptions": [], 45 "name": "simulateZoomOutButtonClick()" 46 } 47 }, 48 "imports": [ 49 "android.view.View", 50 "android.widget.ZoomButtonsController", 51 "org.robolectric.annotation.Implementation", 52 "org.robolectric.annotation.Implements" 53 ], 54 "name": "org.robolectric.shadows.ShadowZoomButtonsController" 55}