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.java38 public class SpringRelativeLayout extends RelativeLayout { class
44 private static final FloatPropertyCompat<SpringRelativeLayout> DAMPED_SCROLL =
45 new FloatPropertyCompat<SpringRelativeLayout>("value") {
48 public float getValue(SpringRelativeLayout object) {
53 public void setValue(SpringRelativeLayout object, float value) {
64 public SpringRelativeLayout(Context context) { in SpringRelativeLayout() method in SpringRelativeLayout
68 public SpringRelativeLayout(Context context, AttributeSet attrs) { in SpringRelativeLayout() method in SpringRelativeLayout
72 public SpringRelativeLayout(Context context, AttributeSet attrs, int defStyleAttr) { in SpringRelativeLayout() method in SpringRelativeLayout
DTopRoundedCornerView.java32 public class TopRoundedCornerView extends SpringRelativeLayout {
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java68 import com.android.launcher3.views.SpringRelativeLayout;
75 public class AllAppsContainerView extends SpringRelativeLayout implements DragSource,