Searched refs:noCaps (Results 1 – 1 of 1) sorted by relevance
276 final int noCaps = (TextUtils.CAP_MODE_CHARACTERS | TextUtils.CAP_MODE_WORDS) & reqModes; in getCapsMode() local285 return noCaps; in getCapsMode()314 return noCaps; in getCapsMode()323 return noCaps; in getCapsMode()328 return (START == state || LETTER == state) ? noCaps : caps; in getCapsMode()