Searched defs:KeyguardBottomAreaView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java91 public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickListener, class in inherits:FrameLayout,View.OnClickListener,UnlockMethodCache.OnUnlockMethodChangedListener,AccessibilityController.AccessibilityStateChangedCallback,View.OnLongClickListener
95 final static String TAG = "StatusBar/KeyguardBottomAreaView";
170 public KeyguardBottomAreaView(Context context) { method in class:KeyguardBottomAreaView
174 public KeyguardBottomAreaView(Context context, AttributeSet attrs) { method in class:KeyguardBottomAreaView
178 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:KeyguardBottomAreaView
182 public KeyguardBottomAreaView(Context context, AttributeSet attrs, int defStyleAttr, method in class:KeyguardBottomAreaView

Completed in 54 milliseconds