HomeSort by relevance Sort by last modified time
    Searched refs:WIDGET (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
WorkspaceAccessibilityHelper.java 53 if (dragInfo.dragType == DragType.WIDGET && mView.isHotseat()) {
57 if (dragInfo.dragType == DragType.WIDGET) {
58 // For a widget, every cell must be vacant. In addition, we will return any valid
LauncherAccessibilityDelegate.java 59 WIDGET
345 mDragInfo.dragType = DragType.WIDGET;
  /packages/apps/Launcher3/protos/
backup.proto 29 WIDGET = 4;
120 message Widget {
128 // Assume that a widget is resizable upto 2x2 if no data is available
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 52 import com.android.launcher3.backup.nano.BackupProtos.Widget;
396 case Key.WIDGET:
648 * Write all the static widget resources we need to render placeholders
655 // persist static widget info that hasn't been persisted yet
675 key = getKey(Key.WIDGET, providerName);
681 // Widget backup proto changed in v3. So add it again if the original backup is old.
683 if (DEBUG) Log.d(TAG, "already saved widget " + backupKey);
693 if (DEBUG) Log.d(TAG, "saving widget " + backupKey);
699 if (VERBOSE) Log.v(TAG, "deferring widget backup " + backupKey);
711 * Read a widget from the stream
723 Widget widget = unpackProto(new Widget(), buffer, dataSize); local
1014 Widget widget = new Widget(); local
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1941 milliseconds