Home
last modified time | relevance | path

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

12

/packages/apps/TV/src/com/android/tv/util/
DImageCache.java137 int hit = mMemoryCache.hitCount(); in get() local
140 double ratio = ((double) hit) / (hit + miss) * 100; in get()
142 Log.d(TAG, "Memory cache " + hit + "h:" + miss + "m " + ratio + "%"); in get()
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DAbstractCache.java70 cacheEntry.hit++; in get()
72 Log.v(TAG, key + " hit " + cacheEntry.hit + " times."); in get()
108 int hit; field in AbstractCache.CacheEntry
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoTable.java826 Rect hit = new Rect(); in photoOffTable() local
827 photo.getHitRect(hit); in photoOffTable()
828 hit.offset(dx, dy); in photoOffTable()
829 return (hit.bottom < 0f || hit.top > getHeight() || in photoOffTable()
830 hit.right < 0f || hit.left > getWidth()); in photoOffTable()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java2790 int hit = 0;
2792 for (; hit < BUFFER_SIZE; hit++) {
2793 if (mViewItems[hit] == null) {
2796 mViewItems[hit].getHitRect(hitRect);
2801 if (hit == BUFFER_SIZE) {
2807 mViewItems[hit].getAdapterIndex());
2808 float transY = mViewItems[hit].getTranslationY() - dy / mScale;
2817 mViewItems[hit].setTranslationY(transY);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DExpandingEntryCardView.java1027 boolean hit = true; in onTouch()
1052 hit = false; in onTouch()
1062 if (hit) { in onTouch()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dcs_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...

12