OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:transformViewFrom
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingImageTransformState.java
69
protected void
transformViewFrom
(TransformState otherState, int transformationFlags,
72
super.
transformViewFrom
(otherState, transformationFlags, customTransformation,
MessagingLayoutTransformState.java
80
public void
transformViewFrom
(TransformState otherState, float transformationAmount) {
86
super.
transformViewFrom
(otherState, transformationAmount);
299
ownState.
transformViewFrom
(otherState, transformationAmount);
TransformState.java
93
public void
transformViewFrom
(TransformState otherState, float transformationAmount) {
113
transformViewFrom
(otherState, TRANSFORM_ALL, null, transformationAmount);
119
transformViewFrom
(otherState, TRANSFORM_ALL, customTransformation, transformationAmount);
125
transformViewFrom
(otherState, TRANSFORM_Y, customTransformation, transformationAmount);
129
transformViewFrom
(otherState, TRANSFORM_Y, null, transformationAmount);
132
protected void
transformViewFrom
(TransformState otherState, int transformationFlags,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java
176
ownState.
transformViewFrom
(otherState, transformationAmount);
Completed in 896 milliseconds