Home
last modified time | relevance | path

Searched defs:ShadowView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java54 static class ShadowView extends View { class in FrameLayoutWithShadows
60 ShadowView(Context context) { in ShadowView() method in FrameLayoutWithShadows.ShadowView
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowView.java60 public class ShadowView { class