HomeSort by relevance Sort by last modified time
    Searched refs:NotificationStackScrollLayout (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 92 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
98 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
StackStateAnimator.java 72 public NotificationStackScrollLayout mHostLayout;
73 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
88 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
102 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
110 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
269 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
272 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
283 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
285 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
    [all...]
NotificationStackScrollLayout.java 54 public class NotificationStackScrollLayout extends ViewGroup
58 private static final String TAG = "NotificationStackScrollLayout";
203 public NotificationStackScrollLayout(Context context) {
207 public NotificationStackScrollLayout(Context context, AttributeSet attrs) {
211 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) {
215 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewImageButton.java 26 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
48 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
ExpandableView.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
269 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
BaseStatusBar.java 99 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
151 protected NotificationStackScrollLayout mStackScroller;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 41 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
49 private NotificationStackScrollLayout mStackScrollLayout;
92 mStackScrollLayout = (NotificationStackScrollLayout) findViewById(
NotificationPanelView.java 49 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
54 View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener,
81 private NotificationStackScrollLayout mNotificationStackScroller;
193 mNotificationStackScroller = (NotificationStackScrollLayout)
    [all...]
PhoneStatusBar.java 164 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
165 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout.OnChildLocationsChangedListener;
469 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout) {
496 NotificationStackScrollLayout stackScrollLayout) {
707 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById(
    [all...]

Completed in 488 milliseconds