Searched refs:KeyguardBottomAreaView (Results 1 – 5 of 5) sorted by relevance
67 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class104 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView108 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView112 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView116 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
85 private KeyguardBottomAreaView mKeyguardBottomArea;119 public SecureCameraLaunchManager(Context context, KeyguardBottomAreaView keyguardBottomArea) { in SecureCameraLaunchManager()
97 protected KeyguardBottomAreaView mKeyguardBottomArea;
216 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area); in onFinishInflate()
318 KeyguardBottomAreaView mKeyguardBottomArea;770 (KeyguardBottomAreaView) mStatusBarWindow.findViewById(R.id.keyguard_bottom_area); in makeStatusBarView()