Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/docs/
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…
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt29 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView
44 R.layout.keyguard_bottom_area, null, false) as KeyguardBottomAreaView in setup()
51 R.layout.keyguard_bottom_area, null, false) as KeyguardBottomAreaView in initFrom_doesntCrash()
DNotificationPanelViewTest.java153 private KeyguardBottomAreaView mKeyguardBottomArea;
155 private KeyguardBottomAreaView mQsFrame;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java33 protected KeyguardBottomAreaView mKeyguardBottomArea;
DKeyguardBottomAreaView.java114 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class
216 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
220 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
224 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView
228 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
268 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom()
DNotificationPanelViewController.java441 private String mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
1133 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
1134 mKeyguardBottomArea = (KeyguardBottomAreaView) mLayoutInflater.inflate( in reInflateViews()
1504 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE; in resetViews()
3457 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP;
3459 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_WIGGLE;
3461 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_LIFT_TRIGGER;
3465 mLastCameraLaunchSource = KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE;
3676 public KeyguardBottomAreaView getKeyguardBottomAreaView() { in getKeyguardBottomAreaView()
4161 if (KeyguardBottomAreaView.CAMERA_LAUNCH_SOURCE_AFFORDANCE.equals( in onAnimationToSideStarted()
DPanelViewController.java168 protected KeyguardBottomAreaView mKeyguardBottomArea;
DStatusBar.java4038 public KeyguardBottomAreaView getKeyguardBottomAreaView() {