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

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 284 Rect tmpRect = mPositionIconOutput;
285 getLineBounds(0, tmpRect);
286 mPositionIconAvailable.set(0, 0, getWidth(), tmpRect.top);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 580 Rect tmpRect = new Rect(mContentBounds);
581 tmpRect.inset(-grid.allAppsIconSizePx / 2, 0);
582 if (ev.getX() < tmpRect.left || ev.getX() > tmpRect.right) {

Completed in 55 milliseconds