am 485c1ec6: Merge "Add final and volatile for members of InputLogic."
* commit '485c1ec685e6822bf244ef68ba80c1cbda895dc4': Add final and volatile for members of InputLogic.main
commit
cfd8189856
|
@ -77,9 +77,10 @@ public final class InputLogic {
|
||||||
public int mSpaceState;
|
public int mSpaceState;
|
||||||
// Never null
|
// Never null
|
||||||
public SuggestedWords mSuggestedWords = SuggestedWords.EMPTY;
|
public SuggestedWords mSuggestedWords = SuggestedWords.EMPTY;
|
||||||
public Suggest mSuggest;
|
// TODO: mSuggest should be touched by a single thread.
|
||||||
|
public volatile Suggest mSuggest;
|
||||||
// The event interpreter should never be null.
|
// The event interpreter should never be null.
|
||||||
public EventInterpreter mEventInterpreter;
|
public final EventInterpreter mEventInterpreter;
|
||||||
|
|
||||||
public LastComposedWord mLastComposedWord = LastComposedWord.NOT_A_COMPOSED_WORD;
|
public LastComposedWord mLastComposedWord = LastComposedWord.NOT_A_COMPOSED_WORD;
|
||||||
public final WordComposer mWordComposer;
|
public final WordComposer mWordComposer;
|
||||||
|
|
Loading…
Reference in New Issue