Home
last modified time | relevance | path

Searched refs:setBackground (Results 1 – 25 of 91) sorted by relevance

1234

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPageContentView.java69 setBackground(mErrorState); in onPageContentAvailable()
71 setBackground(renderedPage); in onPageContentAvailable()
107 setBackground(mEmptyState); in init()
109 setBackground(mErrorState); in init()
/frameworks/base/packages/SettingsLib/MainSwitchPreference/src/com/android/settingslib/widget/
DMainSwitchBar.java115 setBackground(mSwitch.isChecked()); in MainSwitchBar()
136 setBackground(checked); in setChecked()
225 setBackground(isChecked); in propagateChecked()
232 private void setBackground(boolean isChecked) { in setBackground() method in MainSwitchBar
304 setBackground(ss.mChecked); in onRestoreInstanceState()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissCircleView.java48 setBackground(ContextCompat.getDrawable(getContext(), mBackgroundResId)); in onConfigurationChanged()
65 setBackground(ContextCompat.getDrawable(getContext(), backgroundResId)); in setup()
/frameworks/base/core/java/android/window/
DSplashScreenView.java255 view.setBackground(mOverlayDrawable); in build()
288 imageView.setBackground(mIconBackground); in build()
306 view.mBrandingImageView.setBackground(mBrandingDrawable); in build()
330 surfaceView.setBackground(mIconBackground); in createSurfaceView()
345 imageView.setBackground(mIconDrawable); in createSurfaceView()
538 mIconView.setBackground(null); in remove()
544 mBrandingImageView.setBackground(null); in remove()
550 mIconView.setBackground(null); in remove()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayout.java50 listView.setBackground(listBackground); in setBackgrounds()
60 getSeparatedView().setBackground(separatedBackground); in setBackgrounds()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DBannerMessagePreferenceTest.java361 mRootView.setBackground(mCardBackgroundSpy); in onBindViewHolder_whenAtLeastS_whenAttentionUnset_setsHighTheme()
378 mRootView.setBackground(mCardBackgroundSpy); in onBindViewHolder_whenAtLeastS_whenAttentionHighByXML_setsHighTheme()
399 mRootView.setBackground(mCardBackgroundSpy); in onBindViewHolder_whenAtLeastS_whenAttentionMediumByXML_setsMediumTheme()
420 mRootView.setBackground(mCardBackgroundSpy); in onBindViewHolder_whenAtLeastS_whenAttentionLowByXML_setsLowTheme()
441 mRootView.setBackground(mCardBackgroundSpy); in setAttentionLevel_whenAtLeastS_whenHighAttention_setsHighTheme()
459 mRootView.setBackground(mCardBackgroundSpy); in setAttentionLevel_whenAtLeastS_whenMedAttention_setsMediumTheme()
477 mRootView.setBackground(mCardBackgroundSpy); in setAttentionLevel_whenAtLeastS_whenLowAttention_setsLowTheme()
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java300 holder.text.setBackground(mContext.getResources().getDrawable( in onBindView()
303 holder.itemView.setBackground(null); in onBindView()
306 holder.text.setBackground(null); in onBindView()
307 holder.itemView.setBackground(holder.defaultItemViewBackground); in onBindView()
317 holder.text.setBackground(bkg); in onBindView()
324 holder.text.setBackground(bkg); in onBindView()
327 holder.text.setBackground(null); in onBindView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java103 mUndoButton.setBackground(null); in onAttachedToWindow()
152 setBackground(res.getDrawable(R.drawable.accessibility_floating_message_background)); in updateResources()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/myapplication.widgets/
DAssetView.java30 setBackground(Drawable.createFromStream(istr, null)); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseAdapter.java217 mItemLayout.setBackground(backgroundDrawable); in setSingleLineLayout()
285 mItemLayout.setBackground(backgroundDrawable); in setTwoLineLayout()
406 mIconAreaLayout.setBackground( in updateMutedVolumeIcon()
413 mIconAreaLayout.setBackground( in updateUnmutedVolumeIcon()
438 mItemLayout.setBackground(backgroundDrawable); in initFakeActiveDevice()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java70 firstLineLayout.setBackground(null); in QSDualTileLabel()
117 tv.setBackground(null); in initTextView()
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
DA11yMenuAdapter.java150 shortcutIconButton.setBackground(null); in configureShortcutView()
159 shortcutIconButton.setBackground( in configureShortcutView()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java77 setBackground(a.getDrawable( in ActionBarContextView()
115 mMenuView.setBackground(null); in setSplitToolbar()
129 mMenuView.setBackground(mSplitBackground); in setSplitToolbar()
231 mMenuView.setBackground(null); in initForMode()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java202 setBackground( in init()
549 setBackground( in maybeInflateSecondaryToolbarButton()
587 void setBackground(View view, PartnerConfig bgConfig, PartnerConfig bgColorConfig) { in setBackground() method in CarSetupWizardLayout
595 view.setBackground(background); in setBackground()
DCarSetupWizardBaseLayout.java745 setBackground( in inflateSecondaryToolbarButtonIfNecessary()
786 void setBackground(View view, PartnerConfig bgConfig, PartnerConfig bgColorConfig) { in setBackground() method in CarSetupWizardBaseLayout
794 view.setBackground(background); in setBackground()
879 setBackground( in stylePrimaryToolbarButton()
925 mDivider.setBackground(dividerBg); in initDivider()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DToggleSeekBar.java72 setBackground(mContext.getDrawable(R.drawable.brightness_slider_focus_bg)); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeToolTipView.java73 arrowView.setBackground(arrowDrawable); in drawArrow()
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DBackgroundFallbackTest.java246 bar.setBackground(new ColorDrawable(Color.TRANSPARENT)); in setTranslucent()
254 v.setBackground(background); in mockView()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DFloatingRotationButtonView.java60 setBackground(mRipple); in setRipple()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DOpenHubComplicationComponent.java94 chip.setBackground(backgroundDrawable); in provideOpenHubChipView()
DDreamHomeControlsComplicationComponent.java90 chip.setBackground(backgroundDrawable); in provideHomeControlsChipView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndication.java181 public Builder setBackground(Drawable background) { in setBackground() method in KeyguardIndication.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTapAgainView.java57 setBackground(getResources().getDrawable(R.drawable.rounded_bg_full, mContext.getTheme())); in updateColor()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordViewController.java209 mPasswordEntry.setBackground(mFocusedPasswordFieldBackground); in setPasswordFieldFocusBackground()
211 mPasswordEntry.setBackground(mDefaultPasswordFieldBackground); in setPasswordFieldFocusBackground()
DNumPadButton.java130 setBackground(getContext().getDrawable(R.drawable.num_pad_key_background)); in setTransparentMode()

1234