Home
last modified time | relevance | path

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

/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DWearableDrawerView.java173 int backgroundResId = in getDrawable() local
175 if (backgroundResId == 0) { in getDrawable()
178 background = context.getDrawable(backgroundResId); in getDrawable()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java832 int backgroundResId; in openPanel() local
836 backgroundResId = st.fullBackground; in openPanel()
840 backgroundResId = st.background; in openPanel()
843 backgroundResId)); in openPanel()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegateImpl.java1363 int backgroundResId = st.background;
1364 st.decorView.setBackgroundResource(backgroundResId);