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 94 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
98 NotificationStackScrollLayout.AnimationEvent ev = events.get(i);
101 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
105 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) {
139 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE;
StackStateAnimator.java 73 public NotificationStackScrollLayout mHostLayout;
74 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
89 public StackStateAnimator(NotificationStackScrollLayout hostLayout) {
103 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
111 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
274 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
277 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
288 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
290 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
320 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE)
    [all...]
NotificationStackScrollLayout.java 57 public class NotificationStackScrollLayout extends ViewGroup
61 private static final String TAG = "NotificationStackScrollLayout";
218 public NotificationStackScrollLayout(Context context) {
222 public NotificationStackScrollLayout(Context context, AttributeSet attrs) {
226 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr) {
230 public NotificationStackScrollLayout(Context context, AttributeSet attrs, int defStyleAttr,
    [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 53 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
58 View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener,
59 KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener {
85 private NotificationStackScrollLayout mNotificationStackScroller;
204 mNotificationStackScroller = (NotificationStackScrollLayout)
    [all...]
PhoneStatusBar.java 173 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
174 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout.OnChildLocationsChangedListener;
480 public void onChildLocationsChanged(NotificationStackScrollLayout stackScrollLayout) {
510 NotificationStackScrollLayout stackScrollLayout) {
724 mStackScroller = (NotificationStackScrollLayout) mStatusBarWindow.findViewById(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DismissViewButton.java 32 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
108 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
ExpandableView.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
285 * drawing rect, since we layout all children in the {@link NotificationStackScrollLayout} at
BaseStatusBar.java 100 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
155 protected NotificationStackScrollLayout mStackScroller;
    [all...]

Completed in 299 milliseconds