Searched refs:backgroundResId (Results 1 – 3 of 3) sorted by relevance
174 int backgroundResId = in getDrawable() local176 if (backgroundResId == 0) { in getDrawable()179 background = context.getDrawable(backgroundResId); in getDrawable()
830 int backgroundResId; in openPanel() local834 backgroundResId = st.fullBackground; in openPanel()838 backgroundResId = st.background; in openPanel()841 backgroundResId)); in openPanel()
1163 int backgroundResId = st.background;1164 st.decorView.setBackgroundResource(backgroundResId);