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

/frameworks/base/core/java/android/app/
H A DActivity.java745 private final ArrayList<ManagedCursor> mManagedCursors = field in class:Activity
1439 synchronized (mManagedCursors) {
1440 int numCursors = mManagedCursors.size();
1442 ManagedCursor c = mManagedCursors.get(i);
1447 mManagedCursors.clear();
1832 synchronized (mManagedCursors) {
1833 mManagedCursors.add(new ManagedCursor(c));
1856 synchronized (mManagedCursors) {
1857 final int N = mManagedCursors.size();
1859 ManagedCursor mc = mManagedCursors
[all...]

Completed in 42 milliseconds