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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java422 private boolean mHasStartedTextSelection = true; field in class:OpenWnnJAJP
612 boolean prevSelection = mHasStartedTextSelection;
615 mHasStartedTextSelection = true;
617 mHasStartedTextSelection = false;
652 if ((prevSelection != mHasStartedTextSelection) || !mHasStartedTextSelection) {
1841 if ((mDisplayText.length() != 0) || !mHasStartedTextSelection) {

Completed in 29 milliseconds