Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAnimationFilter.java95 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) { in applyCombination()
99 NotificationStackScrollLayout.AnimationEvent ev = events.get(i); in applyCombination()
102 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) { in applyCombination()
106 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) { in applyCombination()
110 if (ev.animationType == NotificationStackScrollLayout.AnimationEvent in applyCombination()
145 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE; in reset()
DStackStateAnimator.java82 public NotificationStackScrollLayout mHostLayout;
83 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
103 public StackStateAnimator(NotificationStackScrollLayout hostLayout) { in StackStateAnimator()
118 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents, in startAnimationForEvents()
126 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
169 if (NotificationStackScrollLayout.isPinnedHeadsUp(child)) { in applyWithoutAnimation()
328 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
331 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: { in calculateChildAnimationDelay()
342 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT: in calculateChildAnimationDelay()
344 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: { in calculateChildAnimationDelay()
[all …]
DNotificationStackScrollLayout.java62 public class NotificationStackScrollLayout extends ViewGroup class
235 public NotificationStackScrollLayout(Context context) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
239 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
243 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout
247 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationStackScrollLayout() method in NotificationStackScrollLayout
2882 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout); in onChildLocationsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java28 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
36 private NotificationStackScrollLayout mStackScroller;
49 NotificationStackScrollLayout stackScroller, in HeadsUpTouchHelper()
DStatusBarWindowView.java42 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
50 private NotificationStackScrollLayout mStackScrollLayout;
129 mStackScrollLayout = (NotificationStackScrollLayout) findViewById( in onFinishInflate()
DNotificationPanelView.java64 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
71 View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener,
72 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener,
105 private NotificationStackScrollLayout mNotificationStackScroller;
245 mNotificationStackScroller = (NotificationStackScrollLayout) in onFinishInflate()
DPhoneStatusBar.java156 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
157 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout.OnChildLocationsChangedLi…
471 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout) {
511 NotificationStackScrollLayout stackScrollLayout) {
745 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById( in makeStatusBarView()
1485 return entry.row.getParent() instanceof NotificationStackScrollLayout; in isTopLevelChild()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDismissViewButton.java29 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
DExpandableView.java27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
DBaseStatusBar.java106 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
155 protected NotificationStackScrollLayout mStackScroller;