Searched refs:mBackgroundNormal (Results 1 – 1 of 1) sorted by relevance
124 private NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView149 setNormalBackgroundVisibilityAmount(mBackgroundNormal.getAlpha());199 mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal); in onFinishInflate()202 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in onFinishInflate()251 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()261 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()335 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()336 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()340 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()343 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()[all …]