Searched refs:mHintView (Results 1 – 1 of 1) sorted by relevance
146 private TextView mHintView; field in AlarmActivity207 mHintView = (TextView) mContentView.findViewById(R.id.hint); in onCreate()581 mHintView.setText(hintResId); in getAlarmBounceAnimator()582 if (mHintView.getVisibility() != View.VISIBLE) { in getAlarmBounceAnimator()583 mHintView.setVisibility(View.VISIBLE); in getAlarmBounceAnimator()584 ObjectAnimator.ofFloat(mHintView, View.ALPHA, 0.0f, 1.0f).start(); in getAlarmBounceAnimator()