Searched refs:mFocusedViewBackground (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java132 private Drawable mFocusedViewBackground = null; field in class:TextCandidates1LineViewManager
614 view.setBackgroundDrawable(mFocusedViewBackground);
620 mFocusedViewBackground = v.getBackground();
642 view.setBackgroundDrawable(mFocusedViewBackground);
H A DTextCandidatesViewManager.java210 private Drawable mFocusedViewBackground = null; field in class:TextCandidatesViewManager
1671 view.setBackgroundDrawable(mFocusedViewBackground);
1678 mFocusedViewBackground = v.getBackground();
1701 view.setBackgroundDrawable(mFocusedViewBackground);

Completed in 41 milliseconds