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.java117 private NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
159 mBackgroundNormal = (NotificationBackgroundView) findViewById(R.id.backgroundNormal); in onFinishInflate()
161 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in onFinishInflate()
186 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()
196 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
252 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()
253 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
257 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()
260 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()
263 mBackgroundNormal.setVisibility(View.VISIBLE); in startActivateAnimation()
[all …]