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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
TransformingTouchDelegate.java 32 private static final Rect sTempRect = new Rect();
44 super(sTempRect, delegateView);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ShadowOverlayContainer.java 78 private static final Rect sTempRect = new Rect();
316 sTempRect.left = (int) mWrappedView.getPivotX();
317 sTempRect.top = (int) mWrappedView.getPivotY();
318 offsetDescendantRectToMyCoords(mWrappedView, sTempRect);
319 setPivotX(sTempRect.left);
320 setPivotY(sTempRect.top);
AbstractMediaItemPresenter.java 87 final static Rect sTempRect = new Rect();
614 sTempRect.set(0, 0, focusChangedView.getWidth(), focusChangedView.getHeight());
615 rootView.offsetDescendantRectToMyCoords(focusChangedView, sTempRect);
618 sTempRect.right += rootView.getHeight();
619 sTempRect.left -= rootView.getHeight() / 2;
621 sTempRect.left -= rootView.getHeight();
622 sTempRect.right += rootView.getHeight() / 2;
625 final int targetLeft = sTempRect.left;
626 final int targetWidth = sTempRect.width();
GridLayoutManager.java 445 private static final Rect sTempRect = new Rect();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationItemView.java 54 private static final Rect sTempRect = new Rect();
187 mIconView.getGlobalVisibleRect(sTempRect);
188 mFooter.animateFirstNotificationTo(sTempRect,
NotificationFooterLayout.java 58 private static final Rect sTempRect = new Rect();
154 Rect fromBounds = sTempRect;
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
PageIndicatorDots.java 59 private static final RectF sTempRect = new RectF();
277 sTempRect.top = getHeight() * 0.5f - mDotRadius;
278 sTempRect.bottom = getHeight() * 0.5f + mDotRadius;
279 sTempRect.left = startX + startCircle * circleGap;
280 sTempRect.right = sTempRect.left + diameter;
284 sTempRect.right += delta * circleGap * 2;
287 sTempRect.right += circleGap;
290 sTempRect.left += delta * circleGap * 2;
294 float rectWidth = sTempRect.width()
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java 126 private static final Rect sTempRect = new Rect();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 183 private static final Rect sTempRect = new Rect();
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 139 milliseconds