Home
last modified time | relevance | path

Searched refs:NotificationStackScrollLayout (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java94 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
98 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
101 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
105 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) { in applyCombination()
139 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE; in reset()
DStackStateAnimator.java73 public NotificationStackScrollLayout mHostLayout;
74 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
89 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator()
103 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
111 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
274 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
277 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
288 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
290 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
320 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE) { in calculateDelayDark()
[all …]
DNotificationStackScrollLayout.java57 public class NotificationStackScrollLayout extends ViewGroup class
218 public NotificationStackScrollLayout(Context context) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
222 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
226 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
230 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationStackScrollLayout() method in NotificationStackScrollLayout
2424 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout); in onChildLocationsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java41 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
49 private NotificationStackScrollLayout mStackScrollLayout;
92 mStackScrollLayout = (NotificationStackScrollLayout) findViewById( in onAttachedToWindow()
DNotificationPanelView.java53 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
58 View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener,
59 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener {
85 private NotificationStackScrollLayout mNotificationStackScroller;
204 mNotificationStackScroller = (NotificationStackScrollLayout) in onFinishInflate()
DPhoneStatusBar.java173 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
174 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout.OnChildLocationsChangedLi…
480 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout) {
510 NotificationStackScrollLayout stackScrollLayout) {
724 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById( in makeStatusBarView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDismissViewButton.java32 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
DExpandableView.java27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
DBaseStatusBar.java99 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
154 protected NotificationStackScrollLayout mStackScroller;