Searched refs:mBackgroundNormal (Results 1 – 2 of 2) sorted by relevance
126 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView148 setNormalBackgroundVisibilityAmount(mBackgroundNormal.getAlpha());220 mBackgroundNormal = findViewById(R.id.backgroundNormal); in onFinishInflate()236 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()303 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()313 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()318 mBackgroundNormal.setPressedAllowed(allowed); in setRippleAllowed()353 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()354 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()358 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()[all …]
2111 mBackgroundNormal.setExpandAnimationParams(params);2153 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);