Home
last modified time | relevance | path

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

/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerView.java174 int backgroundResId = in getDrawable() local
176 if (backgroundResId == 0) { in getDrawable()
179 background = context.getDrawable(backgroundResId); in getDrawable()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java830 int backgroundResId; in openPanel() local
834 backgroundResId = st.fullBackground; in openPanel()
838 backgroundResId = st.background; in openPanel()
841 backgroundResId)); in openPanel()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAppCompatDelegateImplV9.java1163 int backgroundResId = st.background;
1164 st.decorView.setBackgroundResource(backgroundResId);