Home
last modified time | relevance | path

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

/external/robolectric/processor/src/test/resources/mock-source/org/robolectric/internal/
DShadowProvider.java12 Collection<Map.Entry<String, String>> getShadows(); in getShadows() method
/external/robolectric/shadowapi/src/main/java/org/robolectric/internal/
DShadowProvider.java37 Collection<Entry<String, String>> getShadows(); in getShadows() method
/external/robolectric/robolectric/src/test/java/org/robolectric/internal/bytecode/
DShadowMapTest.java51 public List<Map.Entry<String, String>> getShadows() { in setUp()
130 public List<Map.Entry<String, String>> getShadows() { in builtinShadowsForSameClass_differentSdkVersions()
/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_Parameterized.java43 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
DRobolectric_HiddenClasses.java51 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/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowMap.java46 for (Map.Entry<String, String> entry : provider.getShadows()) { in createFromShadowProviders()
/external/skia/modules/skparagraph/include/
DTextStyle.h227 std::vector<TextShadow> getShadows() const { return fTextShadows; } in getShadows() function
/external/skia/modules/skparagraph/src/
DTextLine.cpp409 for (TextShadow shadow : style.getShadows()) { in paintShadow()