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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java50 public class FrameLayoutWithShadows extends FrameLayout { class in inherits:FrameLayout
140 public FrameLayoutWithShadows(Context context) { method in class:FrameLayoutWithShadows
144 public FrameLayoutWithShadows(Context context, AttributeSet attrs) { method in class:FrameLayoutWithShadows
148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) { method in class:FrameLayoutWithShadows
163 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FrameLayoutWithShadows);
200 * prune shadow views whose related view was detached from FrameLayoutWithShadows
279 * Add a shadow view to FrameLayoutWithShadows. This will use the drawable
387 if (parent instanceof FrameLayoutWithShadows) {
388 ((FrameLayoutWithShadows) parent).addToRecycleBin(shadowView);
424 * Finds the first parent of this view that is a FrameLayoutWithShadows an
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseDialogFragment.java35 import com.android.tv.settings.widget.FrameLayoutWithShadows;
52 private FrameLayoutWithShadows mShadowLayer;
119 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout);
H A DBaseContentFragment.java37 import com.android.tv.settings.widget.FrameLayoutWithShadows;
309 FrameLayoutWithShadows shadowLayout = (FrameLayoutWithShadows)

Completed in 76 milliseconds