Searched refs:cacheInputIndex (Results 1 – 1 of 1) sorted by relevance
120 const int cacheInputIndex = inputSize - CACHE_BACK_LENGTH; in isCacheBorderForTyping() local121 const bool shouldCache = (cacheInputIndex == mInputIndex) in isCacheBorderForTyping()122 && (cacheInputIndex != mLastCachedInputIndex); in isCacheBorderForTyping()