HomeSort by relevance Sort by last modified time
    Searched refs:currentFocus (Results 1 - 12 of 12) 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())) {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js     [all...]
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 78 private void assertNextFocus(View currentFocus, int direction, View expectedNextFocus) {
79 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 51 private View currentFocus;
335 currentFocus = view;
340 if (currentFocus != null) {
341 return currentFocus;
350 currentFocus = null;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 347 final WindowState currentFocus = mService.mCurrentFocus;
348 if (currentFocus == null || currentFocus.mLayer < win.mLayer) {
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [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/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 198 milliseconds