Searched refs:ExpandHelper (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ExpandHelperTest.java | 46 private ExpandHelper mExpandHelper; 47 private ExpandHelper.Callback mCallback; 54 mCallback = mock(ExpandHelper.Callback.class); in setUp() 55 mExpandHelper = new ExpandHelper(context, mCallback, 10, 100); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DragDownHelper.java | 28 import com.android.systemui.ExpandHelper; 47 private ExpandHelper.Callback mCallback; 60 public DragDownHelper(Context context, View host, ExpandHelper.Callback callback, in DragDownHelper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 52 import com.android.systemui.ExpandHelper; 115 @Mock private ExpandHelper mExpandHelper;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 40 public class ExpandHelper implements Gefingerpoken { class 167 public ExpandHelper(Context context, Callback callback, int small, int large) { in ExpandHelper() method in ExpandHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 63 import com.android.systemui.ExpandHelper; 296 ExpandHelper.Callback expandHelperCallback = stackScrollLayout.getExpandHelperCallback(); in setService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 85 import com.android.systemui.ExpandHelper; 185 private ExpandHelper mExpandHelper; 554 mExpandHelper = new ExpandHelper(getContext(), mExpandHelperCallback, in NotificationStackScrollLayout() 6500 private ExpandHelper.Callback mExpandHelperCallback = new ExpandHelper.Callback() { 6577 public ExpandHelper.Callback getExpandHelperCallback() {
|