Android Extensions: Add SparseArray implementation for the View cache (KT-18250)
This commit is contained in:
+6
-1
@@ -13,4 +13,9 @@ public class MyActivity : Activity() {
|
||||
// 1 public _\$_clearFindViewByIdCache
|
||||
// 1 GETSTATIC test/R\$id\.login
|
||||
// 1 INVOKEVIRTUAL test/MyActivity\._\$_findCachedViewById
|
||||
// 1 CHECKCAST android/widget/Button
|
||||
// 1 CHECKCAST android/widget/Button
|
||||
// 12 android/util/SparseArray
|
||||
// 1 INVOKEVIRTUAL android/util/SparseArray\.get
|
||||
// 1 INVOKEVIRTUAL android/util/SparseArray\.put
|
||||
// 1 INVOKEVIRTUAL android/util/SparseArray\.clear
|
||||
// 0 java/util/HashMap
|
||||
Reference in New Issue
Block a user