Home
last modified time | relevance | path

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

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