Home
last modified time | relevance | path

Searched refs:ignoreTransform (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java255 boolean ignoreTransform = !isOpening; in getLocationBoundsForView()
258 ignoreTransform = false; in getLocationBoundsForView()
261 ignoreTransform = false; in getLocationBoundsForView()
264 ignoreTransform = false; in getLocationBoundsForView()
279 ignoreTransform, null /** recycle */, outRect); in getLocationBoundsForView() local
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java217 float[] coord, boolean includeRootScroll, boolean ignoreTransform) { in getDescendantCoordRelativeToAncestor() argument
227 if (!ignoreTransform) { in getDescendantCoordRelativeToAncestor()
249 Rect viewBounds, boolean ignoreTransform, float[] recycle, RectF outRect) { in getBoundsForViewInDragLayer() argument
257 false, ignoreTransform); in getBoundsForViewInDragLayer()