Searched defs:TransformableView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java24 public interface TransformableView { interface
45 void transformTo(TransformableView notification, Runnable endRunnable);
53 void transformTo(TransformableView notification, float transformationAmount);
60 void transformFrom(TransformableView notification);
68 void transformFrom(TransformableView notification, float transformationAmount);

Completed in 36 milliseconds