Searched refs:mTextAndBackground (Results 1 – 1 of 1) sorted by relevance
58 return view.mTextAndBackground.getTranslationX();66 private ViewGroup mTextAndBackground; field in NotificationMainView94 mTextAndBackground = findViewById(R.id.text_and_background); in onFinishInflate()95 mTitleView = mTextAndBackground.findViewById(R.id.title); in onFinishInflate()96 mTextView = mTextAndBackground.findViewById(R.id.text); in onFinishInflate()99 ColorDrawable colorBackground = (ColorDrawable) mTextAndBackground.getBackground(); in onFinishInflate()106 mTextAndBackground.setBackground(mColorDrawable); in updateBackgroundColor()157 ObjectAnimator.ofFloat(mTextAndBackground, ALPHA, 0, 1).setDuration(150).start(); in applyNotificationInfo()162 mTextAndBackground.setTranslationX(translation); in setContentTranslation()