Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java119 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
141 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 …]
DExpandableNotificationRow.java2087 mBackgroundNormal.setExpandAnimationParams(params);
2129 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);