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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java138 private ViewGroup mAlertView; field in class:AlarmActivity
199 mAlertView = (ViewGroup) findViewById(R.id.alert);
200 mAlertTitleView = (TextView) mAlertView.findViewById(R.id.alert_title);
201 mAlertInfoView = (TextView) mAlertView.findViewById(R.id.alert_info);
623 mAlertView.setVisibility(View.VISIBLE);
650 mAlertView.announceForAccessibility(accessibilityText);

Completed in 65 milliseconds