Home
last modified time | relevance | path

Searched refs:backgroundResId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissCircleView.java60 public void setup(@DrawableRes int backgroundResId, @DrawableRes int iconResId, in setup() argument
62 mBackgroundResId = backgroundResId; in setup()
65 setBackground(ContextCompat.getDrawable(getContext(), backgroundResId)); in setup() local
DDismissView.kt65 @DrawableRes val backgroundResId: Int, constant in com.android.wm.shell.common.bubbles.Config
127 circle.setup(config.backgroundResId, config.iconResId, config.iconSizeResId) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesListAdapter.java123 Integer backgroundResId = item.getBackground(); in bindView() local
124 if (backgroundResId != null) { in bindView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DDismissViewExt.kt31 backgroundResId = R.drawable.dismiss_circle_background, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractView.kt69 @DrawableRes val backgroundResId: Int, constant in com.android.systemui.accessibility.floatingmenu.Config
117 backgroundResId = R.drawable.dismiss_circle_background,
316 circle.setup(config.backgroundResId, iconResId, config.iconSizeResId) in addCircle()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java957 int backgroundResId; in openPanel() local
961 backgroundResId = st.fullBackground; in openPanel()
965 backgroundResId = st.background; in openPanel()
968 backgroundResId)); in openPanel()