Home
last modified time | relevance | path

Searched refs:dropView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java656 dropView(db, viewName, true /* throwOnFailure */); in rebuildView()
660 private static void dropView(final SQLiteDatabase db, final String viewName, in dropView() method in DatabaseHelper
755 dropView(db, viewName, false /* throwOnFailure */); in dropAllViews()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1880 DragView dropView = getDragLayer().clearAnimatedView();
1881 if (dropView != null && dropView.containsAppWidgetHostView()) {
1884 widgetPreviewBitmap = getBitmapFromView(dropView);