HomeSort by relevance Sort by last modified time
    Searched refs:screenCoords (Results 1 - 2 of 2) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 231 int screenCoords[] = new int[2];
232 currentFocus.getLocationOnScreen(screenCoords);
233 float x = event.getRawX() + currentFocus.getLeft() - screenCoords[0];
234 float y = event.getRawY() + currentFocus.getTop() - screenCoords[1];
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 138 ANPRectI screenCoords;
139 m_core->getVisibleScreen(screenCoords);
142 setVisibleScreen(screenCoords, scale);

Completed in 156 milliseconds