/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | WallpaperControlButtonGroup.java | 40 public static final int EDIT = 1; field in WallpaperControlButtonGroup 118 case EDIT: in getActionButton() 210 @IntDef({DELETE, EDIT, CUSTOMIZE, EFFECTS, SHARE, INFORMATION})
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | PreviewActionsBinder.kt | 39 import com.android.wallpaper.picker.preview.ui.viewmodel.Action.EDIT in <lambda>() 192 actionsViewModel.isEditVisible.collect { actionGroup.setIsVisible(EDIT, it) } in <lambda>() 196 actionsViewModel.isEditChecked.collect { actionGroup.setIsChecked(EDIT, it) } in <lambda>() 202 EDIT, in <lambda>()
|
/packages/providers/TelephonyProvider/assets/ |
D | README | 3 DO NOT MANUALLY EDIT THIS FILE 10 DO NOT MANUALLY EDIT THIS FILE
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/ |
D | PreviewActionGroup.kt | 85 Action.EDIT -> editButton in getActionView() 97 Action.EDIT -> editButton in getActionToggle()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AllInOneActivity.kt | 491 if (mController?.viewType != ViewType.EDIT) { in onPause() 529 if (!mShowCalendarControls || viewType == ViewType.EDIT) { in initFragments() 534 if (viewType == ViewType.EDIT) { in initFragments() 576 if (viewType != ViewType.EDIT) { in initFragments() 583 if (mCurrentView == ViewType.EDIT || mBackToPreviousView) { in onBackPressed() 717 if (mCurrentView != ViewType.EDIT && mCurrentView > 0) { in setMainPane() 912 event.viewType != ViewType.EDIT in handleEvent()
|
D | CalendarController.kt | 107 const val EDIT = 5 constant 414 } else if (event.viewType != ViewType.EDIT) { in sendEvent()
|
/packages/apps/Camera2/src_pd/com/google/common/logging/ |
D | eventprotos.java | 24 public static final int EDIT = 10000; field in eventprotos.MediaInteraction.InteractionType
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | QuickContactEvent.java | 63 public static final int EDIT = 4; field in QuickContactEvent.ActionType
|
/packages/modules/GeoTZ/tzbb_data/ |
D | METADATA | 1 // Generated file DO NOT EDIT
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/ |
D | PreviewActionsViewModel.kt | 47 import com.android.wallpaper.picker.preview.ui.viewmodel.Action.EDIT in <lambda>() 493 if (action != EDIT) { in <lambda>() 596 EDIT,
|
/packages/modules/GeoTZ/ |
D | download-tzbb-files.sh | 84 // Generated file DO NOT EDIT
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/ |
D | ActionTitle.java | 33 EDIT(Intent.ACTION_EDIT, enumConstant
|
/packages/modules/common/build/mainline_modules_sdks_test_data/ |
D | tethering_for_r_Android.bp | 1 // DO NOT EDIT. Auto-generated by the following:
|
D | google_wifi_for_r_Android.bp | 1 // DO NOT EDIT. Auto-generated by the following:
|
D | art_Android.bp.input | 1 // This is auto-generated. DO NOT EDIT.
|
D | ipsec_for_r_Android.bp | 1 // DO NOT EDIT. Auto-generated by the following:
|
D | ipsec_Android.bp.input | 1 // This is auto-generated. DO NOT EDIT.
|
D | ipsec_tiramisu_Android.bp.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | ipsec_tiramisu_Android.bp.additional.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | art_Android.bp.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | art_host_exports_Android.bp.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | ipsec_Android.bp.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | wifi_latest_Android.bp.expected | 1 // This is auto-generated. DO NOT EDIT.
|
D | wifi_Android.bp.input | 1 // This is auto-generated. DO NOT EDIT.
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/ |
D | ToolbarControllerImpl.java | 876 } else if (mState == Toolbar.State.EDIT) { in update() 877 searchMode = SearchMode.EDIT; in update() 884 if (mStateSet && (mState == Toolbar.State.SEARCH || mState == Toolbar.State.EDIT)) { in update() 967 mSearchView.setPlainText(searchMode == SearchMode.EDIT); in update()
|