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.java77 private KeyguardBottomAreaView mKeyguardBottomArea;
79 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.java263 private String mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
536 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
537 mKeyguardBottomArea = (KeyguardBottomAreaView) mInjectionInflationController in reInflateViews()
788 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE; in resetViews()
2262 if (KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE.equals( in onAnimationToSideStarted()
2765 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP;
2767 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_WIGGLE;
2769 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER;
2773 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
2981 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
DPanelView.java135 protected KeyguardBottomAreaView mKeyguardBottomArea;
DStatusBar.java2458 if (intent == KeyguardBottomAreaView.INSECURE_CAMERA_INTENT) { in startActivityDismissingKeyguard()
3516 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
3756 startActivityDismissingKeyguard(KeyguardBottomAreaView.INSECURE_CAMERA_INTENT, in onCameraLaunchGestureDetected()