Searched refs:KeyguardBottomAreaView (Results 1 – 4 of 4) sorted by relevance
93 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class176 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView180 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView184 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView188 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
225 private String mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;388 mKeyguardBottomArea = (KeyguardBottomAreaView) LayoutInflater.from(mContext).inflate( in onThemeChanged()614 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE; in resetViews()2016 if (KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE.equals( in onAnimationToSideStarted()2552 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP;2554 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_WIGGLE;2556 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER;2560 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;2773 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
130 protected KeyguardBottomAreaView mKeyguardBottomArea;
2947 if (intent == KeyguardBottomAreaView.INSECURE_CAMERA_INTENT) { in startActivityDismissingKeyguard()4155 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()4632 startActivityDismissingKeyguard(KeyguardBottomAreaView.INSECURE_CAMERA_INTENT, in onCameraLaunchGestureDetected()