1{
2  "methods": {
3    "addCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "listener"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "minSdk": 19,
14      "name": "addCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)"
15    },
16    "getFontScale()": {
17      "isImplementation": true,
18      "modifiers": [
19        "protected"
20      ],
21      "params": [],
22      "returnType": "float",
23      "exceptions": [],
24      "minSdk": 19,
25      "name": "getFontScale()",
26      "documentation": "Returns 1.0 as default or the most recent value passed to {@link #setFontScale()} "
27    },
28    "isEnabled()": {
29      "isImplementation": true,
30      "modifiers": [
31        "protected"
32      ],
33      "params": [],
34      "returnType": "boolean",
35      "exceptions": [],
36      "minSdk": 19,
37      "name": "isEnabled()",
38      "documentation": "Returns false or the most recent value passed to {@link #setEnabled(boolean)} "
39    },
40    "removeCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)": {
41      "isImplementation": true,
42      "modifiers": [
43        "protected"
44      ],
45      "params": [
46        "listener"
47      ],
48      "returnType": "void",
49      "exceptions": [],
50      "minSdk": 19,
51      "name": "removeCaptioningChangeListener(android.view.accessibility.CaptioningManager.CaptioningChangeListener)"
52    },
53    "setEnabled(boolean)": {
54      "isImplementation": false,
55      "modifiers": [
56        "public"
57      ],
58      "params": [
59        "isEnabled"
60      ],
61      "returnType": "void",
62      "exceptions": [],
63      "name": "setEnabled(boolean)",
64      "documentation": "Sets the value to be returned by {@link CaptioningManager#isEnabled()} "
65    },
66    "setFontScale(float)": {
67      "isImplementation": false,
68      "modifiers": [
69        "public"
70      ],
71      "params": [
72        "fontScale"
73      ],
74      "returnType": "void",
75      "exceptions": [],
76      "name": "setFontScale(float)",
77      "documentation": "Sets the value to be returned by {@link CaptioningManager#getFontScale()} "
78    }
79  },
80  "imports": [
81    "android.annotation.NonNull",
82    "android.util.ArraySet",
83    "android.view.accessibility.CaptioningManager",
84    "android.view.accessibility.CaptioningManager.CaptioningChangeListener",
85    "org.robolectric.annotation.Implementation",
86    "org.robolectric.annotation.Implements"
87  ],
88  "name": "org.robolectric.shadows.ShadowCaptioningManager",
89  "documentation": "Shadow of {@link android.view.accessibility.CaptioningManager}. "
90}