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.java29 import com.android.systemui.ExpandHelper;
45 private ExpandHelper.Callback mCallback;
58 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback, in DragDownHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java41 public class ExpandHelper implements Gefingerpoken { class
158 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.java37 import com.android.systemui.ExpandHelper;
63 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
77 private ExpandHelper mExpandHelper;
252 mExpandHelper = new ExpandHelper(getContext(), this, in NotificationStackScrollLayout()