Searched refs:DragDownHelper (Results 1 – 3 of 3) sorted by relevance
39 import com.android.systemui.statusbar.DragDownHelper;48 private DragDownHelper mDragDownHelper;95 mDragDownHelper = new DragDownHelper(getContext(), this, mStackScrollLayout, mService); in onAttachedToWindow()
138 import com.android.systemui.statusbar.DragDownHelper;188 DragDownHelper.DragDownCallback, ActivityStarter, OnUnlockMethodChangedListener {
37 public class DragDownHelper implements Gefingerpoken { class58 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback, in DragDownHelper() method in DragDownHelper