Home
last modified time | relevance | path

Searched refs:addShadowView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java283 public View addShadowView(View view, Drawable shadow) { in addShadowView() method in FrameLayoutWithShadows
309 public View addShadowView(View view) { in addShadowView() method in FrameLayoutWithShadows
316 return addShadowView(view, shadow); in addShadowView()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseContentFragment.java311 shadowLayout.addShadowView(icon); in addShadow()