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.java126 protected NotificationBackgroundView mBackgroundNormal; field in ActivatableNotificationView
148 setNormalBackgroundVisibilityAmount(mBackgroundNormal.getAlpha());
220 mBackgroundNormal = findViewById(R.id.backgroundNormal); in onFinishInflate()
236 mBackgroundNormal.setCustomBackground(R.drawable.notification_material_bg); in initBackground()
303 mBackgroundNormal.drawableHotspotChanged(x, y); in drawableHotspotChanged()
313 mBackgroundNormal.setState(getDrawableState()); in drawableStateChanged()
318 mBackgroundNormal.setPressedAllowed(allowed); in setRippleAllowed()
353 int widthHalf = mBackgroundNormal.getWidth()/2; in startActivateAnimation()
354 int heightHalf = mBackgroundNormal.getActualHeight()/2; in startActivateAnimation()
358 animator = ViewAnimationUtils.createCircularReveal(mBackgroundNormal, in startActivateAnimation()
[all …]
DExpandableNotificationRow.java2111 mBackgroundNormal.setExpandAnimationParams(params);
2153 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);