Home
last modified time | relevance | path

Searched refs:FrameLayoutWithShadows (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java50 public class FrameLayoutWithShadows extends FrameLayout { class
140 public FrameLayoutWithShadows(Context context) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows
144 public FrameLayoutWithShadows(Context context, AttributeSet attrs) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows
148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows
163 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FrameLayoutWithShadows); in initFromAttributes()
387 if (parent instanceof FrameLayoutWithShadows) { in removeShadowView()
388 ((FrameLayoutWithShadows) parent).addToRecycleBin(shadowView); in removeShadowView()
427 public static FrameLayoutWithShadows findParentShadowsView(View view) { in findParentShadowsView()
429 while (nextView != null && !(nextView instanceof FrameLayoutWithShadows)) { in findParentShadowsView()
432 return (FrameLayoutWithShadows) nextView; in findParentShadowsView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java36 import com.android.tv.settings.widget.FrameLayoutWithShadows;
53 private FrameLayoutWithShadows mShadowLayer;
120 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout); in performEntryTransition()
DBaseContentFragment.java37 import com.android.tv.settings.widget.FrameLayoutWithShadows;
309 FrameLayoutWithShadows shadowLayout = (FrameLayoutWithShadows) in addShadow()