HomeSort by relevance Sort by last modified time
    Searched defs:DragLayer (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 50 public class DragLayer extends FrameLayout implements ViewGroup.OnHierarchyChangeListener {
79 * Used to create a new DragLayer from XML.
84 public DragLayer(Context context, AttributeSet attrs) {
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/
DragLayer.java 44 public class DragLayer extends FrameLayout implements ViewGroup.OnHierarchyChangeListener {
77 * Used to create a new DragLayer from XML.
82 public DragLayer(Context context, AttributeSet attrs) {
319 * Determine the rect of the descendant in this DragLayer's coordinates
323 * @return The factor by which this descendant is scaled relative to this DragLayer.
347 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
354 * @return The factor by which this descendant is scaled relative to this DragLayer. Caution
576 * @param view The view to be animated. This view is drawn directly into DragLayer, and so
577 * doesn't need to be a child of DragLayer.
    [all...]

Completed in 172 milliseconds