Home
last modified time | relevance | path

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

/external/robolectric/shadowapi/src/main/java/org/robolectric/internal/
DShadowProvider.java37 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/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