1{ 2 "methods": { 3 "getAlpha()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "float", 10 "exceptions": [], 11 "name": "getAlpha()" 12 }, 13 "getCameraDistance()": { 14 "isImplementation": true, 15 "modifiers": [ 16 "public" 17 ], 18 "params": [], 19 "returnType": "float", 20 "exceptions": [], 21 "name": "getCameraDistance()" 22 }, 23 "getClipToOutline()": { 24 "isImplementation": true, 25 "modifiers": [ 26 "public" 27 ], 28 "params": [], 29 "returnType": "boolean", 30 "exceptions": [], 31 "name": "getClipToOutline()" 32 }, 33 "getElevation()": { 34 "isImplementation": true, 35 "modifiers": [ 36 "public" 37 ], 38 "params": [], 39 "returnType": "float", 40 "exceptions": [], 41 "name": "getElevation()" 42 }, 43 "getPivotX()": { 44 "isImplementation": true, 45 "modifiers": [ 46 "public" 47 ], 48 "params": [], 49 "returnType": "float", 50 "exceptions": [], 51 "name": "getPivotX()" 52 }, 53 "getPivotY()": { 54 "isImplementation": true, 55 "modifiers": [ 56 "public" 57 ], 58 "params": [], 59 "returnType": "float", 60 "exceptions": [], 61 "name": "getPivotY()" 62 }, 63 "getRotation()": { 64 "isImplementation": true, 65 "modifiers": [ 66 "public" 67 ], 68 "params": [], 69 "returnType": "float", 70 "exceptions": [], 71 "name": "getRotation()" 72 }, 73 "getRotationX()": { 74 "isImplementation": true, 75 "modifiers": [ 76 "public" 77 ], 78 "params": [], 79 "returnType": "float", 80 "exceptions": [], 81 "name": "getRotationX()" 82 }, 83 "getRotationY()": { 84 "isImplementation": true, 85 "modifiers": [ 86 "public" 87 ], 88 "params": [], 89 "returnType": "float", 90 "exceptions": [], 91 "name": "getRotationY()" 92 }, 93 "getScaleX()": { 94 "isImplementation": true, 95 "modifiers": [ 96 "public" 97 ], 98 "params": [], 99 "returnType": "float", 100 "exceptions": [], 101 "name": "getScaleX()" 102 }, 103 "getScaleY()": { 104 "isImplementation": true, 105 "modifiers": [ 106 "public" 107 ], 108 "params": [], 109 "returnType": "float", 110 "exceptions": [], 111 "name": "getScaleY()" 112 }, 113 "getTranslationX()": { 114 "isImplementation": true, 115 "modifiers": [ 116 "public" 117 ], 118 "params": [], 119 "returnType": "float", 120 "exceptions": [], 121 "name": "getTranslationX()" 122 }, 123 "getTranslationY()": { 124 "isImplementation": true, 125 "modifiers": [ 126 "public" 127 ], 128 "params": [], 129 "returnType": "float", 130 "exceptions": [], 131 "name": "getTranslationY()" 132 }, 133 "getTranslationZ()": { 134 "isImplementation": true, 135 "modifiers": [ 136 "public" 137 ], 138 "params": [], 139 "returnType": "float", 140 "exceptions": [], 141 "name": "getTranslationZ()" 142 }, 143 "hasOverlappingRendering()": { 144 "isImplementation": true, 145 "modifiers": [ 146 "public" 147 ], 148 "params": [], 149 "returnType": "boolean", 150 "exceptions": [], 151 "name": "hasOverlappingRendering()" 152 }, 153 "isPivotExplicitlySet()": { 154 "isImplementation": true, 155 "modifiers": [ 156 "public" 157 ], 158 "params": [], 159 "returnType": "boolean", 160 "exceptions": [], 161 "name": "isPivotExplicitlySet()" 162 }, 163 "isValid()": { 164 "isImplementation": true, 165 "modifiers": [ 166 "protected" 167 ], 168 "params": [], 169 "returnType": "boolean", 170 "exceptions": [], 171 "name": "isValid()" 172 }, 173 "setAlpha(float)": { 174 "isImplementation": true, 175 "modifiers": [ 176 "public" 177 ], 178 "params": [ 179 "alpha" 180 ], 181 "returnType": "boolean", 182 "exceptions": [], 183 "name": "setAlpha(float)" 184 }, 185 "setCameraDistance(float)": { 186 "isImplementation": true, 187 "modifiers": [ 188 "public" 189 ], 190 "params": [ 191 "cameraDistance" 192 ], 193 "returnType": "boolean", 194 "exceptions": [], 195 "name": "setCameraDistance(float)" 196 }, 197 "setClipToOutline(boolean)": { 198 "isImplementation": true, 199 "modifiers": [ 200 "public" 201 ], 202 "params": [ 203 "clipToOutline" 204 ], 205 "returnType": "boolean", 206 "exceptions": [], 207 "name": "setClipToOutline(boolean)" 208 }, 209 "setElevation(float)": { 210 "isImplementation": true, 211 "modifiers": [ 212 "public" 213 ], 214 "params": [ 215 "lift" 216 ], 217 "returnType": "boolean", 218 "exceptions": [], 219 "name": "setElevation(float)" 220 }, 221 "setHasOverlappingRendering(boolean)": { 222 "isImplementation": true, 223 "modifiers": [ 224 "public" 225 ], 226 "params": [ 227 "overlappingRendering" 228 ], 229 "returnType": "boolean", 230 "exceptions": [], 231 "name": "setHasOverlappingRendering(boolean)" 232 }, 233 "setPivotX(float)": { 234 "isImplementation": true, 235 "modifiers": [ 236 "public" 237 ], 238 "params": [ 239 "pivotX" 240 ], 241 "returnType": "boolean", 242 "exceptions": [], 243 "name": "setPivotX(float)" 244 }, 245 "setPivotY(float)": { 246 "isImplementation": true, 247 "modifiers": [ 248 "public" 249 ], 250 "params": [ 251 "pivotY" 252 ], 253 "returnType": "boolean", 254 "exceptions": [], 255 "name": "setPivotY(float)" 256 }, 257 "setRotation(float)": { 258 "isImplementation": true, 259 "modifiers": [ 260 "public" 261 ], 262 "params": [ 263 "rotation" 264 ], 265 "returnType": "boolean", 266 "exceptions": [], 267 "name": "setRotation(float)" 268 }, 269 "setRotationX(float)": { 270 "isImplementation": true, 271 "modifiers": [ 272 "public" 273 ], 274 "params": [ 275 "rotationX" 276 ], 277 "returnType": "boolean", 278 "exceptions": [], 279 "name": "setRotationX(float)" 280 }, 281 "setRotationY(float)": { 282 "isImplementation": true, 283 "modifiers": [ 284 "public" 285 ], 286 "params": [ 287 "rotationY" 288 ], 289 "returnType": "boolean", 290 "exceptions": [], 291 "name": "setRotationY(float)" 292 }, 293 "setScaleX(float)": { 294 "isImplementation": true, 295 "modifiers": [ 296 "public" 297 ], 298 "params": [ 299 "scaleX" 300 ], 301 "returnType": "boolean", 302 "exceptions": [], 303 "name": "setScaleX(float)" 304 }, 305 "setScaleY(float)": { 306 "isImplementation": true, 307 "modifiers": [ 308 "public" 309 ], 310 "params": [ 311 "scaleY" 312 ], 313 "returnType": "boolean", 314 "exceptions": [], 315 "name": "setScaleY(float)" 316 }, 317 "setTranslationX(float)": { 318 "isImplementation": true, 319 "modifiers": [ 320 "public" 321 ], 322 "params": [ 323 "translationX" 324 ], 325 "returnType": "boolean", 326 "exceptions": [], 327 "name": "setTranslationX(float)" 328 }, 329 "setTranslationY(float)": { 330 "isImplementation": true, 331 "modifiers": [ 332 "public" 333 ], 334 "params": [ 335 "translationY" 336 ], 337 "returnType": "boolean", 338 "exceptions": [], 339 "name": "setTranslationY(float)" 340 }, 341 "setTranslationZ(float)": { 342 "isImplementation": true, 343 "modifiers": [ 344 "public" 345 ], 346 "params": [ 347 "translationZ" 348 ], 349 "returnType": "boolean", 350 "exceptions": [], 351 "name": "setTranslationZ(float)" 352 } 353 }, 354 "imports": [ 355 "android.os.Build.VERSION_CODES.LOLLIPOP", 356 "android.os.Build.VERSION_CODES.P", 357 "org.robolectric.annotation.Implementation", 358 "org.robolectric.annotation.Implements" 359 ], 360 "name": "org.robolectric.shadows.ShadowViewRenderNode" 361}