Searched refs:backgroundResId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | DismissCircleView.java | 60 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
|
D | DismissView.kt | 65 @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/ |
D | HearingDevicesListAdapter.java | 123 Integer backgroundResId = item.getBackground(); in bindView() local 124 if (backgroundResId != null) { in bindView()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | DismissViewExt.kt | 31 backgroundResId = R.drawable.dismiss_circle_background, in setup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | DragToInteractView.kt | 69 @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/ |
D | PhoneWindow.java | 957 int backgroundResId; in openPanel() local 961 backgroundResId = st.fullBackground; in openPanel() 965 backgroundResId = st.background; in openPanel() 968 backgroundResId)); in openPanel()
|