HomeSort by relevance Sort by last modified time
    Searched defs:currentFocus (Results 1 - 7 of 7) sorted by null

  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/
NotificationStudioActivity.java 230 View currentFocus = getCurrentFocus();
232 currentFocus.getLocationOnScreen(screenCoords);
233 float x = event.getRawX() + currentFocus.getLeft() - screenCoords[0];
234 float y = event.getRawY() + currentFocus.getTop() - screenCoords[1];
237 && (x < currentFocus.getLeft() ||
238 x >= currentFocus.getRight() ||
239 y < currentFocus.getTop() ||
240 y > currentFocus.getBottom())) {
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 618 WebCore::Node* WebViewCore::currentFocus()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 320 milliseconds