Searched defs:DragLayer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java50 public class DragLayer extends FrameLayout implements ViewGroup.OnHierarchyChangeListener { class in inherits:FrameLayout,ViewGroup.OnHierarchyChangeListener
79 * Used to create a new DragLayer from XML.
84 public DragLayer(Context context, AttributeSet attrs) { method in class:DragLayer
291 * Determine the rect of the descendant in this DragLayer's coordinates
295 * @return The factor by which this descendant is scaled relative to this DragLayer.
313 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
318 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
547 * @param view The view to be animated. This view is drawn directly into DragLayer, and so
548 * doesn't need to be a child of DragLayer.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java50 public class DragLayer extends InsettableFrameLayout { class in inherits:InsettableFrameLayout
101 * Used to create a new DragLayer from XML.
106 public DragLayer(Context context, AttributeSet attrs) { method in class:DragLayer
379 * Determine the rect of the descendant in this DragLayer's coordinates
383 * @return The factor by which this descendant is scaled relative to this DragLayer.
407 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
414 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
670 * @param view The view to be animated. This view is drawn directly into DragLayer, and so
671 * doesn't need to be a child of DragLayer.

Completed in 57 milliseconds