OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:transformViewTo
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
MessagingLayoutTransformState.java
68
public boolean
transformViewTo
(TransformState otherState, float transformationAmount) {
75
return super.
transformViewTo
(otherState, transformationAmount);
291
ownState.
transformViewTo
(otherState, transformationAmount);
TransformState.java
260
public boolean
transformViewTo
(TransformState otherState, float transformationAmount) {
277
transformViewTo
(otherState, TRANSFORM_ALL, null, transformationAmount);
283
transformViewTo
(otherState, TRANSFORM_ALL, customTransformation, transformationAmount);
289
transformViewTo
(otherState, TRANSFORM_Y, customTransformation, transformationAmount);
293
transformViewTo
(otherState, TRANSFORM_Y, null, transformationAmount);
296
private void
transformViewTo
(TransformState otherState, int transformationFlags,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ViewTransformationHelper.java
119
ownState.
transformViewTo
(otherState, transformationAmount);
Completed in 249 milliseconds