Home
last modified time | relevance | path

Searched refs:ExpandHelper (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java47 private ExpandHelper mExpandHelper;
48 private ExpandHelper.Callback mCallback;
61 mCallback = mock(ExpandHelper.Callback.class); in setUp()
62 mExpandHelper = new ExpandHelper(context, mCallback, 10, 100); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt7 import com.android.systemui.ExpandHelper
75 @Mock lateinit var expandHelperCallback: ExpandHelper.Callback
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt17 import com.android.systemui.ExpandHelper
638 lateinit var expandCallback: ExpandHelper.Callback
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java40 public class ExpandHelper implements Gefingerpoken { class
168 public ExpandHelper(Context context, Callback callback, int small, int large) { in ExpandHelper() method in ExpandHelper
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java52 import com.android.systemui.ExpandHelper;
98 @Mock private ExpandHelper mExpandHelper;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java62 import com.android.systemui.ExpandHelper;
1490 public ExpandHelper.Callback getExpandHelperCallback() {
1821 ExpandHelper expandHelper = mView.getExpandHelper();
H A DNotificationStackScrollLayout.java79 import com.android.systemui.ExpandHelper;
161 private ExpandHelper mExpandHelper;
584 mExpandHelper = new ExpandHelper(getContext(), mExpandHelperCallback, in NotificationStackScrollLayout()
5380 ExpandHelper getExpandHelper() { in getExpandHelper()
6080 private ExpandHelper.Callback mExpandHelperCallback = new ExpandHelper.Callback() {
6153 public ExpandHelper.Callback getExpandHelperCallback() {