Searched refs:IntruderAlertView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIntruderAlertView.java46 public class IntruderAlertView extends LinearLayout implements SwipeHelper.Callback { class in inherits:LinearLayout,SwipeHelper.Callback
47 private static final String TAG = "IntruderAlertView";
60 public IntruderAlertView(Context context, AttributeSet attrs) { method in class:IntruderAlertView
64 public IntruderAlertView(Context context, AttributeSet attrs, int defStyle) { method in class:IntruderAlertView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java90 import com.android.systemui.statusbar.policy.IntruderAlertView;
224 private IntruderAlertView mIntruderAlertView;
387 mIntruderAlertView = (IntruderAlertView) View.inflate(context, R.layout.intruder_alert, null);

Completed in 129 milliseconds