Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DTouchDelegate.java116 boolean hit = true; in onTouchEvent()
132 hit = false; in onTouchEvent()
142 if (hit) { in onTouchEvent()
177 boolean hit = true; in onTouchExplorationHoverEvent()
191 hit = false; in onTouchExplorationHoverEvent()
200 if (hit) { in onTouchExplorationHoverEvent()
/frameworks/base/telephony/common/com/google/android/mms/util/
DAbstractCache.java76 cacheEntry.hit++; in get()
78 Log.v(TAG, key + " hit " + cacheEntry.hit + " times."); in get()
115 int hit; field in AbstractCache.CacheEntry
/frameworks/base/packages/SystemUI/tools/lint/
DREADME11 When you hit a lint error that should not be triggered, there are 3
/frameworks/base/core/java/android/widget/
DSearchView.java1881 boolean hit = true; in onTouchEvent()
1896 hit = false; in onTouchEvent()
1906 if (hit && !mActualBounds.contains(x, y)) { in onTouchEvent()
/frameworks/compile/libbcc/
DREADME.rst33 * load from the cache file upon cache-hit.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto577 // Modem hit unexpected error scenario while handling this request
/frameworks/ml/nn/tools/api/
Dtypes.spec1060 * For a hit, the corresponding sub-tensor of Values is included
1099 * A non-zero byte represents True, a hit. A zero indicates otherwise.