OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLaidOutLocationOnScreen
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TransformState.java
110
otherPosition = otherState.
getLaidOutLocationOnScreen
();
114
int[] ownStablePosition =
getLaidOutLocationOnScreen
();
262
int[] otherStablePosition = otherState.
getLaidOutLocationOnScreen
();
263
int[] ownPosition =
getLaidOutLocationOnScreen
();
358
public int[]
getLaidOutLocationOnScreen
() {
NotificationTemplateViewWrapper.java
107
int[] otherStablePosition = otherState.
getLaidOutLocationOnScreen
();
108
int[] ownStablePosition = ownState.
getLaidOutLocationOnScreen
();
Completed in 60 milliseconds