Home | History | Annotate | Download | only in launcher2

Lines Matching defs:to

10  * Unless required by applicable law or agreed to in writing, software
59 // The number of icons to display in the
66 // The degree to which the inner ring grows when accepting drop
69 // The degree to which the outer ring is scaled in its natural state
75 // The degree to which the item in the back of the stack is scaled [0...1]
76 // (0 means it's not scaled at all, 1 means it's scaled to nothing)
87 // as member variables for shared usage and to avoid computation on each frame
186 // We need to reload the static values when configuration changes in case they are
364 // Typically, the animateView corresponds to the DragView; however, if this is being done
366 // will not have a view to animate
371 Rect to = finalRect;
372 if (to == null) {
373 to = new Rect();
375 // Set cellLayout and this to it's final state to compute final animation locations
381 scaleRelativeToDragLayer = dragLayer.getDescendantRectRelativeToSelf(this, to);
393 to.offset(center[0] - animateView.getMeasuredWidth() / 2,
399 dragLayer.animateView(animateView, from, to, finalAlpha,
498 // We want to imagine our coordinates from the bottom left, growing up and to the
499 // right. This is natural for the x-axis, but for the y-axis, we have to invert things.
645 // Call the superclass onTouchEvent first, because sometimes it changes the state to