OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTransformedView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
ActionListTransformState.java
60
float y =
getTransformedView
().getTranslationY();
62
getTransformedView
().setTranslationY(y);
NotificationTemplateViewWrapper.java
61
final View text = ownState.
getTransformedView
();
87
final View text = ownState.
getTransformedView
();
110
+ otherState.
getTransformedView
().getHeight()
TransformState.java
124
View otherView = otherState.
getTransformedView
();
245
View otherView = otherState.
getTransformedView
();
285
View otherView = otherState.
getTransformedView
();
502
public View
getTransformedView
() {
Completed in 43 milliseconds