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.java126 private NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
148 setNormalBackgroundVisibilityAmount(mBackgroundNormal.getAlpha());
213 mBackgroundNormal = findViewById(R.id.backgroundNormal); in onFinishInflate()
217 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in onFinishInflate()
282 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()
292 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
328 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()
329 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
333 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()
336 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()
[all …]