OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationShelf
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java
27
import com.android.systemui.statusbar.
NotificationShelf
;
55
private
NotificationShelf
mShelf;
235
public void setShelf(
NotificationShelf
shelf) {
239
public
NotificationShelf
getShelf() {
StackStateAnimator.java
31
import com.android.systemui.statusbar.
NotificationShelf
;
78
private
NotificationShelf
mShelf;
518
public void setShelf(
NotificationShelf
shelf) {
StackScrollAlgorithm.java
29
import com.android.systemui.statusbar.
NotificationShelf
;
124
NotificationShelf
shelf = ambientState.getShelf();
ViewState.java
32
import com.android.systemui.statusbar.
NotificationShelf
;
NotificationStackScrollLayout.java
81
import com.android.systemui.statusbar.
NotificationShelf
;
372
private
NotificationShelf
mShelf;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java
18
import com.android.systemui.statusbar.
NotificationShelf
;
73
public void setupShelf(
NotificationShelf
shelf) {
154
NotificationShelf
.SHOW_AMBIENT_ICONS);
NotificationPanelView.java
66
import com.android.systemui.statusbar.
NotificationShelf
;
489
NotificationShelf
shelf = mNotificationStackScroller.getNotificationShelf();
[
all
...]
StatusBar.java
214
import com.android.systemui.statusbar.
NotificationShelf
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java
50
public class
NotificationShelf
extends ActivatableNotificationView implements
89
public
NotificationShelf
(Context context, AttributeSet attrs) {
[
all
...]
ExpandableNotificationRow.java
[
all
...]
Completed in 243 milliseconds