Searched refs:FrameLayoutWithShadows (Results 1 – 3 of 3) sorted by relevance
50 public class FrameLayoutWithShadows extends FrameLayout { class140 public FrameLayoutWithShadows(Context context) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows144 public FrameLayoutWithShadows(Context context, AttributeSet attrs) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) { in FrameLayoutWithShadows() method in FrameLayoutWithShadows163 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()
36 import com.android.tv.settings.widget.FrameLayoutWithShadows;53 private FrameLayoutWithShadows mShadowLayer;120 mShadowLayer = (FrameLayoutWithShadows) twoPane.findViewById(R.id.shadow_layout); in performEntryTransition()
37 import com.android.tv.settings.widget.FrameLayoutWithShadows;309 FrameLayoutWithShadows shadowLayout = (FrameLayoutWithShadows) in addShadow()