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

  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java 90 String confirmation = getConfirmationForIconDrop(viewId); local
91 mDelegate.handleAccessibleDrop(mView, getItemBounds(viewId), confirmation);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 282 int confirmation = cursor.getInt(confirmIndex); local
317 confirmation == BluetoothShare.USER_CONFIRMATION_HANDOVER_CONFIRMED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 374 ViewGroup confirmation = findViewById(R.id.confirmation); local
391 ObjectAnimator confirmAnim = ObjectAnimator.ofFloat(confirmation, View.ALPHA,
392 confirmation.getAlpha(), showPrompt ? 0f : 1f);
396 confirmation.setVisibility(showPrompt ? GONE : VISIBLE);
414 confirmation.setVisibility(showPrompt ? GONE : VISIBLE);

Completed in 191 milliseconds