Searched defs:mManagedCursors (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivity.java806 private final ArrayList<ManagedCursor> mManagedCursors = field in class:Activity
1826 synchronized (mManagedCursors) {
1827 int numCursors = mManagedCursors.size();
1829 ManagedCursor c = mManagedCursors.get(i);
1834 mManagedCursors.clear();
2270 synchronized (mManagedCursors) {
2271 mManagedCursors.add(new ManagedCursor(c));
2294 synchronized (mManagedCursors) {
2295 final int N = mManagedCursors.size();
2297 ManagedCursor mc = mManagedCursors
[all...]

Completed in 86 milliseconds