Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
H A DKeyguardIndicationArea.kt29 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView
53 private fun indicationTopRow(): KeyguardIndicationTextView {
54 return KeyguardIndicationTextView(context, attrs).apply {
65 private fun indicationBottomRow(): KeyguardIndicationTextView {
66 return KeyguardIndicationTextView(context, attrs).apply {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextView.java41 public class KeyguardIndicationTextView extends TextView { class
56 public KeyguardIndicationTextView(Context context) { in KeyguardIndicationTextView() method in KeyguardIndicationTextView
60 public KeyguardIndicationTextView(Context context, AttributeSet attrs) { in KeyguardIndicationTextView() method in KeyguardIndicationTextView
64 public KeyguardIndicationTextView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardIndicationTextView() method in KeyguardIndicationTextView
68 public KeyguardIndicationTextView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardIndicationTextView() method in KeyguardIndicationTextView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java36 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
63 ViewController<KeyguardIndicationTextView> implements Dumpable {
67 - KeyguardIndicationTextView.Y_IN_DURATION;
69 2000L + KeyguardIndicationTextView.Y_IN_DURATION;
95 KeyguardIndicationTextView view, in KeyguardIndicationRotateTextViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardIndicationTextViewTest.java42 private KeyguardIndicationTextView mKeyguardIndicationTextView;
46 mKeyguardIndicationTextView = new KeyguardIndicationTextView(mContext); in setup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerBaseTest.java77 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
114 protected KeyguardIndicationTextView mIndicationAreaBottom;
176 protected KeyguardIndicationTextView mTextView; // AOD text
189 mTextView = new KeyguardIndicationTextView(mContext); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewControllerTest.java48 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
71 private KeyguardIndicationTextView mView;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java108 import com.android.systemui.statusbar.phone.KeyguardIndicationTextView;
146 3500 + KeyguardIndicationTextView.Y_IN_DURATION;
158 private KeyguardIndicationTextView mTopIndicationView;
159 private KeyguardIndicationTextView mLockScreenIndicationView;