Searched refs:chip (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/ |
H A D | TvPrivacyChipsController.java | 198 for (PrivacyItemsChip chip : mChips) { in TvPrivacyChipsController() 199 hasVisibleChip = hasVisibleChip || chip.getVisibility() == View.VISIBLE; in TvPrivacyChipsController() 200 hasExpandedChip = hasExpandedChip || chip.isExpanded(); in TvPrivacyChipsController() 278 for (PrivacyItemsChip.ChipConfig chip : CHIPS) { in isPrivacyTypeShown() 279 if (chip.privacyTypes.contains(type)) { in isPrivacyTypeShown() 333 mChips.forEach(chip -> chip.expandForTypes(activePrivacyTypes)); in updateChips() 352 for (PrivacyItemsChip chip : mChips) { in collapseChips() 353 chip.collapse(); in collapseChips() 373 PrivacyItemsChip chip = new PrivacyItemsChip(privacyChipContext, chipConfig); in createAndShowIndicator() local 374 mChipsContainer.addView(chip, lp); in createAndShowIndicator() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardOverlayView.java | 288 for (OverlayActionChip chip : mActionChips) { in resetActionChips() 289 mActionContainer.removeView(chip); in resetActionChips() 440 OverlayActionChip chip = constructActionChip(action, onFinish); in setActionChip() local 441 mActionContainer.addView(chip); in setActionChip() 442 mActionChips.add(chip); in setActionChip() 456 chip.setText(action.getTitle()); in constructActionChip() 457 chip.setContentDescription(action.getTitle()); in constructActionChip() 458 chip.setIcon(action.getIcon(), false); in constructActionChip() 459 chip.setPendingIntent(action.getActionIntent(), onFinish); in constructActionChip() 460 chip.setAlpha(1); in constructActionChip() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
H A D | DreamHomeControlsComplicationComponent.java | 89 final ImageView chip = in provideHomeControlsChipView() local 92 chip.setBackground(backgroundDrawable); in provideHomeControlsChipView() 94 return chip; in provideHomeControlsChipView()
|
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/ |
H A D | PaintChipsWidget.kt | 236 cell.setTextViewText(R.id.chip, "${COLOR_NAMES[i]}-${SHADE_NUMBERS[j]}") 240 cell.setTextColor(R.id.chip, context.getColor(textColor)) 241 cell.setColorStateList(R.id.chip, "setBackgroundTintList", resId) 249 R.id.chip, 253 R.id.chip,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | SystemEventChipAnimationController.kt | 288 private fun updateChipBounds(chip: BackgroundAnimatableView, contentArea: Rect) { 290 val chipTop = (contentArea.bottom - chip.view.measuredHeight) / 2 291 val chipBottom = chipTop + chip.view.measuredHeight 298 chipLeft = contentArea.right - chip.chipWidth 302 chipRight = contentArea.left + chip.chipWidth
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotView.java | 772 for (OverlayActionChip chip : chips) { in createScreenshotActionsShadeAnimation() 773 chip.setAlpha(t); in createScreenshotActionsShadeAnimation() 774 chip.setScaleX(1 / containerScale); // invert to keep size of children constant in createScreenshotActionsShadeAnimation() 1086 for (OverlayActionChip chip : mSmartChips) { in reset() 1087 mActionsView.removeView(chip); in reset()
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | batterystats.proto | 86 // Uptime is anytime the CPUs were on. The radio and Wifi chip
|