Home
last modified time | relevance | path

Searched refs:KeyguardSliceView (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusViewModule.java20 import com.android.keyguard.KeyguardSliceView;
36 static KeyguardSliceView getKeyguardSliceView(KeyguardClockSwitch keyguardClockSwitch) { in getKeyguardSliceView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSliceViewTest.java49 private KeyguardSliceView mKeyguardSliceView;
56 mKeyguardSliceView = (KeyguardSliceView) layoutInflater in setUp()
H A DKeyguardPresentationTest.java53 KeyguardSliceView mMockKeyguardSliceView;
H A DKeyguardSliceViewControllerTest.java51 private KeyguardSliceView mView;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceViewController.java59 public class KeyguardSliceViewController extends ViewController<KeyguardSliceView> implements
108 KeyguardSliceView keyguardSliceView, in KeyguardSliceViewController()
H A DKeyguardStatusView.java50 private KeyguardSliceView mKeyguardSlice;
H A DKeyguardSliceView.java64 public class KeyguardSliceView extends LinearLayout { class
85 public KeyguardSliceView(Context context, AttributeSet attrs) { in KeyguardSliceView() method in KeyguardSliceView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java26 import com.android.keyguard.KeyguardSliceView;
57 KeyguardSliceView.DEFAULT_ANIM_DURATION;
H A DNotificationStackScrollLayout.java84 import com.android.keyguard.KeyguardSliceView;
3407 KeyguardSliceView.DEFAULT_ANIM_DURATION); in generateTopPaddingEvent()