Home
last modified time | relevance | path

Searched refs:mBackgroundNormal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java124 private NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
149 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 …]