OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UninstallSource
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
UninstallDropTarget.java
75
if (d.dragSource instanceof
UninstallSource
) {
76
((
UninstallSource
) d.dragSource).deferCompleteDropAfterUninstallActivity();
110
if (target instanceof
UninstallSource
) {
111
((
UninstallSource
) target).onUninstallActivityReturned(result);
118
public static interface
UninstallSource
{
Folder.java
57
import com.android.launcher3.UninstallDropTarget.
UninstallSource
;
73
View.OnFocusChangeListener, DragListener,
UninstallSource
, AccessibilityDragSource,
[
all
...]
Workspace.java
67
import com.android.launcher3.UninstallDropTarget.
UninstallSource
;
93
Insettable,
UninstallSource
, AccessibilityDragSource, Stats.LaunchSourceProvider {
[
all
...]
Completed in 53 milliseconds