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

  /frameworks/base/services/core/java/com/android/server/location/
MockProvider.java 119 public void clearLocation() {
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 328 final int[] clearLocation = new int[2];
329 sourceView.getLocationInWindow(clearLocation);
330 clearLocation[0] += sourceView.getWidth() / 2;
331 clearLocation[1] += sourceView.getHeight() / 2;
333 final int revealCenterX = clearLocation[0] - revealView.getLeft();
334 final int revealCenterY = clearLocation[1] - revealView.getTop();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 559 final int[] clearLocation = new int[2];
560 centerView.getLocationInWindow(clearLocation);
561 clearLocation[0] += centerView.getWidth() / 2;
562 clearLocation[1] += centerView.getHeight() / 2;
563 final int revealCenterX = clearLocation[0] - revealView.getLeft();
564 final int revealCenterY = clearLocation[1] - revealView.getTop();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java     [all...]

Completed in 106 milliseconds