Searched defs:widgetId (Results 1 - 13 of 13) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAppWidgetManager.java172 * @param widgetId id of the desired widget
173 * @return the widget associated with {@code widgetId}
175 public View getViewFor(int widgetId) { argument
176 return getWidgetInfo(widgetId).view;
182 * @param widgetId id of the widget whose provider is to be returned
183 * @return the {@code AppWidgetProvider} associated with {@code widgetId}
185 public AppWidgetProvider getAppWidgetProviderFor(int widgetId) { argument
186 return getWidgetInfo(widgetId).appWidgetProvider;
209 private WidgetInfo getWidgetInfo(int widgetId) { argument
210 return widgetInfos.get(widgetId);
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAppWidgetManager.java219 * @param widgetId id of the desired widget
220 * @return the widget associated with {@code widgetId}
222 public View getViewFor(int widgetId) { argument
223 return widgetInfos.get(widgetId).view;
227 * @param widgetId id of the widget whose provider is to be returned
228 * @return the {@code AppWidgetProvider} associated with {@code widgetId}
230 public AppWidgetProvider getAppWidgetProviderFor(int widgetId) { argument
231 return widgetInfos.get(widgetId).appWidgetProvider;
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 234 milliseconds