Home
last modified time | relevance | path

Searched refs:KeyguardBottomAreaView (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt25 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView
31 R.layout.keyguard_bottom_area, null, false) as KeyguardBottomAreaView in setup()
38 R.layout.keyguard_bottom_area, null, false) as KeyguardBottomAreaView in initFrom_doesntCrash()
DNotificationPanelViewTest.java82 private KeyguardBottomAreaView mKeyguardBottomArea;
84 private KeyguardBottomAreaView mQsFrame;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java92 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class
173 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
177 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
181 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
185 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
222 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom()
DNotificationPanelView.java327 private String mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
661 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
662 mKeyguardBottomArea = (KeyguardBottomAreaView) mInjectionInflationController in reInflateViews()
933 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE; in resetViews()
2566 if (KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE.equals( in onAnimationToSideStarted()
3113 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP;
3115 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_WIGGLE;
3117 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER;
3121 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
3329 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
DPanelView.java135 protected KeyguardBottomAreaView mKeyguardBottomArea;
DStatusBar.java2560 if (intent == KeyguardBottomAreaView.INSECURE_CAMERA_INTENT) { in startActivityDismissingKeyguard()
3641 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
3902 startActivityDismissingKeyguard(KeyguardBottomAreaView.INSECURE_CAMERA_INTENT, in onCameraLaunchGestureDetected()