Searched refs:mTextAndBackground (Results 1 – 1 of 1) sorted by relevance
63 return view.mTextAndBackground.getTranslationX();73 private ViewGroup mTextAndBackground; field in NotificationMainView99 mTextAndBackground = findViewById(R.id.text_and_background); in onFinishInflate()100 ColorDrawable colorBackground = (ColorDrawable) mTextAndBackground.getBackground(); in onFinishInflate()105 mTextAndBackground.setBackground(rippleBackground); in onFinishInflate()106 mTitleView = mTextAndBackground.findViewById(R.id.title); in onFinishInflate()107 mTextView = mTextAndBackground.findViewById(R.id.text); in onFinishInflate()144 ObjectAnimator.ofFloat(mTextAndBackground, ALPHA, 0, 1).setDuration(150).start(); in applyNotificationInfo()149 mTextAndBackground.setTranslationX(translation); in setContentTranslation()154 mTextAndBackground.setVisibility(visibility); in setContentVisibility()[all …]