OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationIconContainer
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java
41
private
NotificationIconContainer
mNotificationIcons;
42
private
NotificationIconContainer
mShelfIcons;
67
mNotificationIcons = (
NotificationIconContainer
) mNotificationIconArea.findViewById(
170
NotificationIconContainer
hostLayout, boolean showAmbient) {
NotificationIconContainer.java
51
public class
NotificationIconContainer
extends AlphaOptimizedFrameLayout {
59
private static final String TAG = "
NotificationIconContainer
";
128
public
NotificationIconContainer
(Context context, AttributeSet attrs) {
531
public static final int NO_VALUE =
NotificationIconContainer
.NO_VALUE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
19
import static com.android.systemui.statusbar.phone.
NotificationIconContainer
.IconState.NO_VALUE;
20
import static com.android.systemui.statusbar.phone.
NotificationIconContainer
.OVERFLOW_EARLY_AMOUNT;
37
import com.android.systemui.statusbar.phone.
NotificationIconContainer
;
61
private
NotificationIconContainer
mShelfIcons;
74
private
NotificationIconContainer
mCollapsedIcons;
169
public
NotificationIconContainer
getShelfIcons() {
399
NotificationIconContainer
.IconState iconState = getIconState(icon);
488
NotificationIconContainer
.IconState iconState = getIconState(icon);
543
NotificationIconContainer
.IconState iconState = getIconState(icon);
614
private
NotificationIconContainer
.IconState getIconState(StatusBarIconView icon)
[
all
...]
Completed in 56 milliseconds