HomeSort by relevance Sort by last modified time
    Searched refs:ExpandHelper (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 29 import com.android.systemui.ExpandHelper;
45 private ExpandHelper.Callback mCallback;
58 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 34 import com.android.systemui.ExpandHelper;
42 public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper.Callback, ExpandHelper.Callback,
57 private ExpandHelper mExpandHelper;
208 mExpandHelper = new ExpandHelper(getContext(), this, minHeight, maxHeight);
270 // ExpandHelper.Callback methods
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 41 public class ExpandHelper implements Gefingerpoken {
51 private static final String TAG = "ExpandHelper";
169 public ExpandHelper(Context context, Callback callback, int small, int large) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 34 import com.android.systemui.ExpandHelper;
55 implements SwipeHelper.Callback, ExpandHelper.Callback, ScrollAdapter,
69 private ExpandHelper mExpandHelper;
220 mExpandHelper = new ExpandHelper(getContext(), this,
    [all...]

Completed in 51 milliseconds