Home | History | Annotate | Download | only in alarms

Lines Matching defs:mContentView

124     private ViewGroup mContentView;
179 mContentView = (ViewGroup) mContainerView.findViewById(R.id.content);
180 mAlarmButton = (ImageButton) mContentView.findViewById(R.id.alarm);
181 mSnoozeButton = (ImageButton) mContentView.findViewById(R.id.snooze);
182 mDismissButton = (ImageButton) mContentView.findViewById(R.id.dismiss);
183 mHintView = (TextView) mContentView.findViewById(R.id.hint);
185 final TextView titleView = (TextView) mContentView.findViewById(R.id.title);
186 final TextClock digitalClock = (TextClock) mContentView.findViewById(R.id.digital_clock);
187 final View pulseView = mContentView.findViewById(R.id.pulse);
293 mContentView.getLocationOnScreen(contentLocation);
302 if (mContentView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
455 mContentView.setVisibility(View.GONE);