Searched refs:KeyguardBottomAreaView (Results 1 – 5 of 5) sorted by relevance
86 private KeyguardBottomAreaView mKeyguardBottomArea;120 public SecureCameraLaunchManager(Context context, KeyguardBottomAreaView keyguardBottomArea) { in SecureCameraLaunchManager()
75 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class129 public KeyguardBottomAreaView(Context context) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView133 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView137 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { in KeyguardBottomAreaView() method in KeyguardBottomAreaView141 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, in KeyguardBottomAreaView() method in KeyguardBottomAreaView
104 protected KeyguardBottomAreaView mKeyguardBottomArea;
305 KeyguardBottomAreaView mKeyguardBottomArea;778 (KeyguardBottomAreaView) mStatusBarWindow.findViewById(R.id.keyguard_bottom_area); in makeStatusBarView()
256 mKeyguardBottomArea = (KeyguardBottomAreaView) findViewById(R.id.keyguard_bottom_area); in onFinishInflate()