Searched refs:TYPE_IDENTITY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DTransformation.java34 public static final int TYPE_IDENTITY = 0x0; field in class:Transformation
83 * {@link #TYPE_BOTH} or {@link #TYPE_IDENTITY}.
94 * {@link #TYPE_IDENTITY}.
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewGroup_Delegate.java119 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null;
/frameworks/base/core/java/android/view/
H A DView.java16833 if (transformType != Transformation.TYPE_IDENTITY) {
16907 transformToApply = transformType != Transformation.TYPE_IDENTITY ? t : null;

Completed in 3655 milliseconds