Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DSpringRelativeLayout.java33 public class SpringRelativeLayout extends RelativeLayout { class
39 public SpringRelativeLayout(Context context) { in SpringRelativeLayout() method in SpringRelativeLayout
43 public SpringRelativeLayout(Context context, AttributeSet attrs) { in SpringRelativeLayout() method in SpringRelativeLayout
47 public SpringRelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in SpringRelativeLayout() method in SpringRelativeLayout
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java66 import com.android.launcher3.views.SpringRelativeLayout;
1042 ((SpringRelativeLayout) mContent).createEdgeEffectFactory()); in setup()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java95 import com.android.launcher3.views.SpringRelativeLayout;
111 extends SpringRelativeLayout implements DragSource, Insettable,