Home
last modified time | relevance | path

Searched refs:ExpandHelper (Results 1 – 4 of 4) 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/statusbar/policy/
DHeadsUpNotificationView.java39 import com.android.systemui.ExpandHelper;
49 …HeadsUpNotificationView extends FrameLayout implements SwipeHelper.Callback, ExpandHelper.Callback,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java41 public class ExpandHelper implements Gefingerpoken { class
169 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.java36 import com.android.systemui.ExpandHelper;
58 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
72 private ExpandHelper mExpandHelper;
235 mExpandHelper = new ExpandHelper(getContext(), this, in NotificationStackScrollLayout()