Searched refs:mCapSentences (Results 1 – 1 of 1) sorted by relevance
430 private boolean mCapSentences; field in LeanbackKeyboardContainer771 } else if (mCapSentences || mCapWords) { in onStartInputView()848 mCapSentences = (attribute.inputType in setImeOptions()870 Log.d(TAG, "sugg: " + mSuggestionsEnabled + " | capSentences: " + mCapSentences in setImeOptions()1226 if (!isCapsLockOn() && !mCapCharacters && !mCapWords && !mCapSentences) { in onPeriodEntry()1230 if (isCapsLockOn() || mCapCharacters || mCapWords || mCapSentences) { in onPeriodEntry()