Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDragDownHelper.java28 import com.android.systemui.ExpandHelper;
46 private ExpandHelper.Callback mCallback;
59 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback, in DragDownHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java39 public class ExpandHelper implements Gefingerpoken { class
161 public ExpandHelper(Context context, Callback callback, int small, int large) { in ExpandHelper() method in ExpandHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java60 import com.android.systemui.ExpandHelper;
93 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
108 private ExpandHelper mExpandHelper;
377 mExpandHelper = new ExpandHelper(getContext(), this, in NotificationStackScrollLayout()