Searched refs:sTempRect (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
H A DPageIndicatorDots.java59 private static final RectF sTempRect = new RectF(); field in class:PageIndicatorDots
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
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTransformingTouchDelegate.java32 private static final Rect sTempRect = new Rect(); field in class:TransformingTouchDelegate
44 super(sTempRect, delegateView);
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationItemView.java49 private static final Rect sTempRect = new Rect(); field in class:NotificationItemView
148 mIconView.getGlobalVisibleRect(sTempRect);
149 mFooter.animateFirstNotificationTo(sTempRect,
H A DNotificationFooterLayout.java58 private static final Rect sTempRect = new Rect(); field in class:NotificationFooterLayout
154 Rect fromBounds = sTempRect;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java124 private static final Rect sTempRect = new Rect(); field in class:Folder
1045 float scale = parent.getDescendantRectRelativeToSelf(mFolderIcon, sTempRect);
1046 int centerX = sTempRect.centerX();
1047 int centerY = sTempRect.centerY();
1052 mLauncher.getWorkspace().getPageAreaRelativeToDragLayer(sTempRect);
1053 int left = Math.min(Math.max(sTempRect.left, centeredLeft),
1054 sTempRect.right- width);
1055 int top = Math.min(Math.max(sTempRect.top, centeredTop),
1056 sTempRect.bottom - height);
1065 } else if (width >= sTempRect
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java182 private static final Rect sTempRect = new Rect(); field in class:Workspace
2007 Rect workspacePadding = grid.getWorkspacePadding(sTempRect);
2026 - grid.getWorkspacePadding(sTempRect).bottom

Completed in 304 milliseconds