Home | History | Annotate | Download | only in launcher3

Lines Matching defs:to

10  * Unless required by applicable law or agreed to in writing, software
62 // The number of icons to display in the
69 // The degree to which the inner ring grows when accepting drop
72 // The degree to which the outer ring is scaled in its natural state
78 // Flag as to whether or not to draw an outer ring. Currently none is designed.
84 // The degree to which the item in the back of the stack is scaled [0...1]
85 // (0 means it's not scaled at all, 1 means it's scaled to nothing)
99 // as member variables for shared usage and to avoid computation on each frame
163 // Offset the preview background to center this view accordingly
214 // We need to reload the static values when configuration changes in case they are
354 // though widget-style shortcuts can be added to folders. The issue is that we need
355 // to deal with configuration activities which are currently handled in
426 // Typically, the animateView corresponds to the DragView; however, if this is being done
428 // will not have a view to animate
433 Rect to = finalRect;
434 if (to == null) {
435 to = new Rect();
437 // Set cellLayout and this to it's final state to compute final animation locations
443 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
455 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
461 dragLayer.animateView(animateView, from, to, finalAlpha,
559 // We want to imagine our coordinates from the bottom left, growing up and to the
560 // right. This is natural for the x-axis, but for the y-axis, we have to invert things.
721 // Call the superclass onTouchEvent first, because sometimes it changes the state to