Searched refs:ShadowImpl (Results 1 – 2 of 2) sorted by relevance
25 static class ShadowImpl { class in ShadowHelperApi2148 ShadowImpl impl = new ShadowImpl(); in addDynamicShadow()58 ShadowImpl impl = (ShadowImpl) object; in setShadowFocusLevel()
47 ShadowImpl impl = new ShadowImpl(); in addStaticShadow()57 ShadowImpl shadowImpl = (ShadowImpl) impl; in setShadowFocusLevel()63 static class ShadowImpl { class in StaticShadowHelper