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

/frameworks/base/core/java/android/app/
H A DActivity.java744 private final ArrayList<ManagedCursor> mManagedCursors = field in class:Activity
1438 synchronized (mManagedCursors) {
1439 int numCursors = mManagedCursors.size();
1441 ManagedCursor c = mManagedCursors.get(i);
1446 mManagedCursors.clear();
1831 synchronized (mManagedCursors) {
1832 mManagedCursors.add(new ManagedCursor(c));
1855 synchronized (mManagedCursors) {
1856 final int N = mManagedCursors.size();
1858 ManagedCursor mc = mManagedCursors
[all...]

Completed in 106 milliseconds