Searched defs:cachedValue (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | TypefaceUtils.java | 40 final Float cachedValue = sTextHeightCache.get(key); in getCharHeight() local 60 final Float cachedValue = sTextWidthCache.get(key); in getCharWidth() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/ |
H A D | ExpirableCache.java | 166 CachedValue<V> cachedValue = getCachedValue(key); in getPossiblyExpired() local 180 CachedValue<V> cachedValue = getCachedValue(key); in get() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | progress_component.cpp | 23 ProgressComponent::ProgressComponent(double min, double value, double cachedValue, double max, Prog… in ProgressComponent()
|
H A D | progress_component.h | 70 void SetCachedValue(double cachedValue) in SetCachedValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | progress_data.h | 50 void SetCachedValue(double cachedValue) in SetCachedValue()
|
/aosp12/hardware/interfaces/configstore/utils/include/configstore/ |
H A D | Utils.h | 93 static V cachedValue = getHelper(); in decltype() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | progress_model_impl.cpp | 30 void ProgressModelImpl::Create(double min, double value, double cachedValue, double max, NG::Progre… in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 61 double min, double percent, double cachedValue, double max, ProgressType type) in CreateProgressComponent()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | DigitsKeyListener.java | 268 DigitsKeyListener[] cachedValue = sLocaleInstanceCache.get(locale); in getInstance() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.cpp | 30 void ProgressModelNG::Create(double min, double value, double cachedValue, double max, NG::Progress… in Create() 583 …FrameNode* frameNode, double min, double value, double cachedValue, double max, NG::ProgressType t… in ProgressInitialize()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | DictionaryFacilitatorImpl.java | 647 final Boolean cachedValue = mValidSpellingWordReadCache.get(word); in isValidSpellingWord() local
|