OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationBackgroundView
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationBackgroundView.java
31
public class
NotificationBackgroundView
extends View {
37
public
NotificationBackgroundView
(Context context, AttributeSet attrs) {
ActivatableNotificationView.java
120
private
NotificationBackgroundView
mBackgroundNormal;
121
private
NotificationBackgroundView
mBackgroundDimmed;
194
mBackgroundNormal = (
NotificationBackgroundView
) findViewById(R.id.backgroundNormal);
196
mBackgroundDimmed = (
NotificationBackgroundView
) findViewById(R.id.backgroundDimmed);
[
all
...]
Completed in 56 milliseconds