OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mScreenLocation
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
RenderComponent.java
31
private Vector2
mScreenLocation
;
39
mScreenLocation
= new Vector2();
61
mScreenLocation
.x = (mPositionWorkspace.x - camera.getFocusPositionX()
63
mScreenLocation
.y = (mPositionWorkspace.y - camera.getFocusPositionY()
70
if (mDrawable.visibleAtPosition(
mScreenLocation
)) {
/frameworks/base/core/java/android/widget/
PopupWindow.java
112
private int[]
mScreenLocation
= new int[2];
[
all
...]
Completed in 140 milliseconds