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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
CustomInterpolatorTransformation.java 25 import com.android.systemui.statusbar.ViewTransformationHelper;
34 extends ViewTransformationHelper.CustomTransformation {
HybridNotificationView.java 30 import com.android.systemui.statusbar.ViewTransformationHelper;
38 private ViewTransformationHelper mTransformationHelper;
73 mTransformationHelper = new ViewTransformationHelper();
75 new ViewTransformationHelper.CustomTransformation() {
MessagingImageTransformState.java 25 import com.android.systemui.statusbar.ViewTransformationHelper;
70 ViewTransformationHelper.CustomTransformation customTransformation,
NotificationHeaderViewWrapper.java 37 import com.android.systemui.statusbar.ViewTransformationHelper;
49 protected final ViewTransformationHelper mTransformationHelper;
68 mTransformationHelper = new ViewTransformationHelper();
TransformState.java 34 import com.android.systemui.statusbar.ViewTransformationHelper;
117 ViewTransformationHelper.CustomTransformation customTransformation,
123 ViewTransformationHelper.CustomTransformation customTransformation,
133 ViewTransformationHelper.CustomTransformation customTransformation,
281 ViewTransformationHelper.CustomTransformation customTransformation,
287 ViewTransformationHelper.CustomTransformation customTransformation,
297 ViewTransformationHelper.CustomTransformation customTransformation,
NotificationTemplateViewWrapper.java 42 import com.android.systemui.statusbar.ViewTransformationHelper;
68 new ViewTransformationHelper.CustomTransformation() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java 38 public class ViewTransformationHelper implements TransformableView,

Completed in 328 milliseconds