OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postAnimationRunnable
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java
58
public Runnable
postAnimationRunnable
= null;
FolderIcon.java
323
float scaleRelativeToDragLayer, Runnable
postAnimationRunnable
) {
336
onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1,
postAnimationRunnable
, null);
359
float scaleRelativeToDragLayer, int index, Runnable
postAnimationRunnable
,
402
postAnimationRunnable
, DragLayer.ANIMATION_END_DISAPPEAR, null);
427
onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.
postAnimationRunnable
, d);
Workspace.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java
61
public Runnable
postAnimationRunnable
= null;
FolderIcon.java
384
float scaleRelativeToDragLayer, Runnable
postAnimationRunnable
) {
397
onDrop(srcInfo, srcView, dstRect, scaleRelativeToDragLayer, 1,
postAnimationRunnable
, null);
421
float scaleRelativeToDragLayer, int index, Runnable
postAnimationRunnable
,
464
postAnimationRunnable
, DragLayer.ANIMATION_END_DISAPPEAR, null);
489
onDrop(item, d.dragView, null, 1.0f, mInfo.contents.size(), d.
postAnimationRunnable
, d);
Workspace.java
[
all
...]
Completed in 256 milliseconds