Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/docs/
H A Dcamera.md18 …is up, however, [KeyguardBottomAreaView.launchCamera](/packages/SystemUI/src/com/android/systemui/…
19 …ver](/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java#480) …
20 …nted](/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java#523).
21 …hed](/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java#501) …
32KeyguardBottomAreaView.getCameraIntent()](/packages/SystemUI/src/com/android/systemui/statusbar/ph…
33 …temUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java#523) in KeyguardBottomA…
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaTest.kt29 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView
44 R.layout.keyguard_bottom_area, null, false) as KeyguardBottomAreaView
51 null, false) as KeyguardBottomAreaView
H A DNotificationPanelViewControllerTest.java158 private KeyguardBottomAreaView mKeyguardBottomArea;
160 private KeyguardBottomAreaView mQsFrame;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java33 protected KeyguardBottomAreaView mKeyguardBottomArea;
H A DKeyguardBottomAreaView.java116 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class
221 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
225 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
229 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
233 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
273 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom()
H A DNotificationPanelViewController.java419 private String mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
1129 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
1130 mKeyguardBottomArea = (KeyguardBottomAreaView) mLayoutInflater.inflate( in reInflateViews()
1550 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE; in resetViews()
3395 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP;
3397 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_WIGGLE;
3399 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER;
3403 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
3621 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
4179 if (KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE.equals( in onAnimationToSideStarted()
H A DPanelViewController.java167 protected KeyguardBottomAreaView mKeyguardBottomArea;
H A DStatusBar.java3452 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()