Home
last modified time | relevance | path

Searched refs:getLocationOnScreen (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureViewOverlay.java65 getLocationOnScreen(globalPos); in spoofLayout()
69 original.getLocationOnScreen(globalPos); in spoofLayout()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java156 Point childLoc = getLocationOnScreen(newCell); in addRow()
157 Point layoutLoc = getLocationOnScreen(mLayout); in addRow()
330 public Point getLocationOnScreen(View v) { in getLocationOnScreen() method in InsertionListView
335 v.getLocationOnScreen(location); in getLocationOnScreen()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DActivityAnimations.java112 v.getLocationOnScreen(screenLocation);
DPictureDetailsActivity.java109 mImageView.getLocationOnScreen(screenLocation); in onCreate()
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java268 mFoldLayout.getLocationOnScreen(loc); in onWindowFocusChanged()