/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipsViewModel.kt | 56 val chip: StateFlow<OngoingActivityChipModel> = in <lambda>() constant 58 screenRecordChipViewModel.chip, in <lambda>() 59 shareToAppChipViewModel.chip, in <lambda>() 60 castToOtherDeviceChipViewModel.chip, in <lambda>() 61 callChipViewModel.chip, in <lambda>()
|
D | OngoingActivityChipViewModel.kt | 33 val chip: StateFlow<OngoingActivityChipModel> in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/ |
D | CallChipViewModelTest.kt | 63 val latest by collectLastValue(underTest.chip) in chip_noCall_isHidden() 73 val latest by collectLastValue(underTest.chip) in chip_inCall_isShown() 83 val latest by collectLastValue(underTest.chip) in chip_inCall_startTimeConvertedToElapsedRealtime() 100 val latest by collectLastValue(underTest.chip) in chip_inCall_iconIsPhone() 111 val latest by collectLastValue(underTest.chip) in chip_resetsCorrectly() 137 val latest by collectLastValue(underTest.chip) in chip_inCall_nullIntent_clickListenerDoesNothing() 150 val latest by collectLastValue(underTest.chip) in chip_inCall_validIntent_clickListenerLaunchesIntent()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipsViewModelTest.kt | 65 val latest by collectLastValue(underTest.chip) in chip_allHidden_hidden() 77 val latest by collectLastValue(underTest.chip) in chip_screenRecordShow_restHidden_screenRecordShown() 89 val latest by collectLastValue(underTest.chip) in chip_screenRecordShowAndCallShow_screenRecordShown() 102 val latest by collectLastValue(underTest.chip) in chip_screenRecordShowAndShareToAppShow_screenRecordShown() 115 val latest by collectLastValue(underTest.chip) in chip_shareToAppShowAndCallShow_shareToAppShown() 129 val latest by collectLastValue(underTest.chip) in chip_screenRecordAndShareToAppAndCastToOtherHideAndCallShown_callShown() 142 val latest by collectLastValue(underTest.chip) in chip_higherPriorityChipAdded_lowerPriorityChipReplaced() 173 val latest by collectLastValue(underTest.chip) in chip_highestPriorityChipRemoved_showsNextPriorityChip()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEditTextView.java | 530 for (DrawableRecipientChip chip : mHiddenSpans) { in getAllRecipients() 531 results.add(chip.getEntry()); in getAllRecipients() 1334 for (DrawableRecipientChip chip : chips) { in checkChipWidths() 1335 bounds = chip.getBounds(); in checkChipWidths() 1339 replaceChip(chip, chip.getEntry()); in checkChipWidths() 1471 DrawableRecipientChip chip = null; in createReplacementChip() local 1474 chip = visible ? constructChipSpan(entry) : new InvisibleRecipientChip(entry); in createReplacementChip() 1479 editable.setSpan(chip, tokenStart, tokenEnd, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); in createReplacementChip() 1481 if (chip != null) { in createReplacementChip() 1485 chip.setOriginalText(token); in createReplacementChip() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
D | README.md | 9 chip informing the user about the media cast occurring. 12 **only** displays an informational chip; external clients are responsible for performing the media 21 implements the receiver callback. These controllers will then show or hide the tap-to-transfer chip 32 information needed to display a chip. They include the transfer state, information about the media 35 for showing or hiding the chip and updating the chip view based on information from the 42 If you want to test out the tap-to-transfer chip without using the `@SystemApi`s, you can use adb
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/ |
D | ShareToAppChipViewModelTest.kt | 85 val latest by collectLastValue(underTest.chip) in chip_notProjectingState_isHidden() 95 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_otherDevicesPackage_isHidden() 109 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_otherDevicesPackage_isHidden() 120 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_normalPackage_isShown() 136 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_normalPackage_isShown() 149 val latest by collectLastValue(underTest.chip) in chip_timeResetsOnEachNewShare() 175 val latest by collectLastValue(underTest.chip) in chip_entireScreen_clickListenerShowsShareDialog() 194 val latest by collectLastValue(underTest.chip) in chip_singleTask_clickListenerShowsShareDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/ |
D | CastToOtherDeviceChipViewModelTest.kt | 85 val latest by collectLastValue(underTest.chip) in chip_notProjectingState_isHidden() 95 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_otherDevicesPackage_isShown() 111 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_otherDevicesPackage_isShown() 124 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_normalPackage_isHidden() 135 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_normalPackage_isHidden() 146 val latest by collectLastValue(underTest.chip) in chip_timeResetsOnEachNewShare() 172 val latest by collectLastValue(underTest.chip) in chip_entireScreen_clickListenerShowsCastDialog() 191 val latest by collectLastValue(underTest.chip) in chip_singleTask_clickListenerShowsCastDialog()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModelTest.kt | 82 val latest by collectLastValue(underTest.chip) in chip_doingNothingState_isHidden() 92 val latest by collectLastValue(underTest.chip) in chip_startingState_isHidden() 102 val latest by collectLastValue(underTest.chip) in chip_recordingState_isShownWithIcon() 114 val latest by collectLastValue(underTest.chip) in chip_timeResetsOnEachNewRecording() 135 val latest by collectLastValue(underTest.chip) in chip_notProjecting_clickListenerShowsDialog() 155 val latest by collectLastValue(underTest.chip) in chip_projectingEntireScreen_clickListenerShowsDialog() 176 val latest by collectLastValue(underTest.chip) in chip_projectingSingleTask_clickListenerShowsDialog()
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/hierarchy/ |
D | CustomHierarchyHelper.java | 67 Class<?> chip = callback.findClass( in isCheckable() local 69 if (chip.isInstance(fromView)) { in isCheckable() 70 Method isCheckable = chip.getMethod("isCheckable"); in isCheckable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardOverlayView.java | 346 for (View chip : mActionChips) { in resetActionChips() 347 mActionContainer.removeView(chip); in resetActionChips() 498 View chip; in setActionChip() local 500 chip = constructShelfActionChip(action, onFinish); in setActionChip() 502 chip = constructActionChip(action, onFinish); in setActionChip() 504 mActionContainer.addView(chip); in setActionChip() 505 mActionChips.add(chip); in setActionChip() 517 View chip = LayoutInflater.from(mContext).inflate( in constructShelfActionChip() local 519 mActionButtonViewBinder.bind(chip, ActionButtonViewModel.Companion.withNextId( in constructShelfActionChip() 534 return chip; in constructShelfActionChip() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | OpenHubComplicationComponent.java | 91 final ImageView chip = in provideOpenHubChipView() local 94 chip.setBackground(backgroundDrawable); in provideOpenHubChipView() 96 return chip; in provideOpenHubChipView()
|
D | DreamHomeControlsComplicationComponent.java | 87 final ImageView chip = in provideHomeControlsChipView() local 90 chip.setBackground(backgroundDrawable); in provideHomeControlsChipView() 92 return chip; in provideHomeControlsChipView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemEventChipAnimationController.kt | 290 private fun updateChipBounds(chip: BackgroundAnimatableView, contentArea: Rect) { in updateChipBounds() 292 val chipTop = contentArea.top + (contentArea.height() - chip.view.measuredHeight) / 2 in updateChipBounds() 293 val chipBottom = chipTop + chip.view.measuredHeight in updateChipBounds() 300 chipLeft = contentArea.right - chip.chipWidth in updateChipBounds() 304 chipRight = contentArea.left + chip.chipWidth in updateChipBounds()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
D | PaintChipsWidget.kt | 236 cell.setTextViewText(R.id.chip, "${COLOR_NAMES[i]}-${SHADE_NUMBERS[j]}") in buildWidget() 240 cell.setTextColor(R.id.chip, context.getColor(textColor)) in buildWidget() 241 cell.setColorStateList(R.id.chip, "setBackgroundTintList", resId) in buildWidget() 249 R.id.chip, in buildWidget() 253 R.id.chip, in buildWidget()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/ |
D | CallChipViewModel.kt | 49 override val chip: StateFlow<OngoingActivityChipModel> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/ |
D | ScreenRecordChipViewModel.kt | 52 override val chip: StateFlow<OngoingActivityChipModel> = in <lambda>() constant in com.android.systemui.statusbar.chips.screenrecord.ui.viewmodel.ScreenRecordChipViewModel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/ |
D | ShareToAppChipViewModel.kt | 54 override val chip: StateFlow<OngoingActivityChipModel> = in <lambda>() constant in com.android.systemui.statusbar.chips.sharetoapp.ui.viewmodel.ShareToAppChipViewModel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | CollapsedStatusBarViewModel.kt | 100 override val ongoingActivityChip = ongoingActivityChipsViewModel.chip
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/ |
D | CastToOtherDeviceChipViewModel.kt | 55 override val chip: StateFlow<OngoingActivityChipModel> = in <lambda>() constant in com.android.systemui.statusbar.chips.casttootherdevice.ui.viewmodel.CastToOtherDeviceChipViewModel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ScreenshotView.java | 761 for (OverlayActionChip chip : chips) { in createScreenshotActionsShadeAnimation() 762 chip.setAlpha(t); in createScreenshotActionsShadeAnimation() 763 chip.setScaleX(1 / containerScale); // invert to keep size of children constant in createScreenshotActionsShadeAnimation() 1065 for (OverlayActionChip chip : mSmartChips) { in reset() 1066 mActionsView.removeView(chip); in reset()
|
/frameworks/proto_logging/stats/atoms/aiwallpapers/ |
D | aiwallpapers_extension_atoms.proto | 110 * A record of the fact that a specific term option (chip) was selected.
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 86 // Uptime is anytime the CPUs were on. The radio and Wifi chip
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 7079 * - When user sees privacy chip 7080 * - When user clicks privacy chip
|