Searched refs:mHintView (Results 1 – 1 of 1) sorted by relevance
139 private TextView mHintView; field in AlarmActivity204 mHintView = (TextView) mContentView.findViewById(R.id.hint); in onCreate()544 mHintView.setText(hintResId); in getAlarmBounceAnimator()545 if (mHintView.getVisibility() != View.VISIBLE) { in getAlarmBounceAnimator()546 mHintView.setVisibility(View.VISIBLE); in getAlarmBounceAnimator()547 ObjectAnimator.ofFloat(mHintView, View.ALPHA, 0.0f, 1.0f).start(); in getAlarmBounceAnimator()