Searched refs:mBackgroundNormal (Results 1 – 2 of 2) sorted by relevance
119 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView141 setNormalBackgroundVisibilityAmount(mBackgroundNormal.getAlpha());213 mBackgroundNormal = findViewById(R.id.backgroundNormal); in onFinishInflate()229 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()296 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()306 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()311 mBackgroundNormal.setPressedAllowed(allowed); in setRippleAllowed()346 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()347 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()351 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()[all …]
2087 mBackgroundNormal.setExpandAnimationParams(params);2129 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);