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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java 27 import com.android.systemui.ViewInvertHelper;
36 private final ViewInvertHelper mInvertHelper;
43 mInvertHelper = new ViewInvertHelper(view, NotificationPanelView.DOZE_ANIMATION_DURATION);
HybridNotificationView.java 28 import com.android.systemui.ViewInvertHelper;
44 private ViewInvertHelper mInvertHelper;
76 mInvertHelper = new ViewInvertHelper(this, NotificationPanelView.DOZE_ANIMATION_DURATION);
NotificationHeaderViewWrapper.java 34 import com.android.systemui.ViewInvertHelper;
52 protected final ViewInvertHelper mInvertHelper;
67 mInvertHelper = new ViewInvertHelper(ctx, NotificationPanelView.DOZE_ANIMATION_DURATION);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 33 public class ViewInvertHelper {
41 public ViewInvertHelper(View v, long fadeDuration) {
45 public ViewInvertHelper(Context context, long fadeDuration) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 29 import com.android.systemui.ViewInvertHelper;
52 private ViewInvertHelper mViewInvertHelper;
92 mViewInvertHelper = new ViewInvertHelper(mShelfIcons,

Completed in 5692 milliseconds