Searched refs:SpringRelativeLayout (Results 1 – 3 of 3) sorted by relevance
33 public class SpringRelativeLayout extends RelativeLayout { class39 public SpringRelativeLayout(Context context) { in SpringRelativeLayout() method in SpringRelativeLayout43 public SpringRelativeLayout(Context context, AttributeSet attrs) { in SpringRelativeLayout() method in SpringRelativeLayout47 public SpringRelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in SpringRelativeLayout() method in SpringRelativeLayout
70 import com.android.launcher3.views.SpringRelativeLayout;76 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,
60 import com.android.launcher3.views.SpringRelativeLayout;788 ((SpringRelativeLayout) mContent).createEdgeEffectFactory()); in setup()