Home
last modified time | relevance | path

Searched defs:getShadows (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/shadowapi/src/main/java/org/robolectric/internal/
DShadowProvider.java33 Collection<Entry<String, String>> getShadows(); in getShadows() method
/external/robolectric/processor/src/test/resources/mock-source/org/robolectric/internal/
DShadowProvider.java13 Collection<Map.Entry<String, String>> getShadows(); in getShadows() method
/external/robolectric/processor/src/test/resources/org/robolectric/
DRobolectric_NoExcludedTypes.java29 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_EmptyProvidedPackageNames.java36 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_ClassNameOnly.java44 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_ShadowPickers.java41 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_Parameterized.java43 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_MinimalPackages.java56 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_HiddenClasses.java49 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_InnerClassCollision.java67 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
/external/robolectric/robolectric/src/test/java/org/robolectric/android/internal/
DAndroidTestEnvironmentTest.java385 public Collection<Entry<String, String>> getShadows() { in getShadows() method in AndroidTestEnvironmentTest.ThrowingShadowProvider
404 public Collection<Entry<String, String>> getShadows() { in getShadows() method in AndroidTestEnvironmentTest.WorkingShadowProvider
/external/robolectric/errorprone/src/test/java/xxx/
DXShadows.java65 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in XShadows
/external/skia/modules/skparagraph/include/
DTextStyle.h232 std::vector<TextShadow> getShadows() const { return fTextShadows; } in getShadows() function