Home
last modified time | relevance | path

Searched refs:transformedView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java108 final View transformedView = mTransformedView; in transformViewFrom() local
138 transformedView.setPivotX(0); in transformViewFrom()
145 transformedView.setPivotY(0); in transformViewFrom()
160 setClippingDeactivated(transformedView, true); in transformViewFrom()
173 transformedView.setTranslationX(NotificationUtils.interpolate(getTransformationStartX(), in transformViewFrom()
186 transformedView.setTranslationY(NotificationUtils.interpolate(getTransformationStartY(), in transformViewFrom()
193 transformedView.setScaleX( in transformViewFrom()
200 transformedView.setScaleY( in transformViewFrom()
267 final View transformedView = mTransformedView; in transformViewTo() local
276 : transformedView.getTranslationX(); in transformViewTo()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java46 public void addTransformedView(int key, View transformedView) { in addTransformedView() argument
47 mTransformedViews.put(key, transformedView); in addTransformedView()