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

/frameworks/base/core/java/android/app/
H A DActivity.java773 private final ArrayList<ManagedCursor> mManagedCursors = field in class:Activity
1622 synchronized (mManagedCursors) {
1623 int numCursors = mManagedCursors.size();
1625 ManagedCursor c = mManagedCursors.get(i);
1630 mManagedCursors.clear();
2020 synchronized (mManagedCursors) {
2021 mManagedCursors.add(new ManagedCursor(c));
2044 synchronized (mManagedCursors) {
2045 final int N = mManagedCursors.size();
2047 ManagedCursor mc = mManagedCursors
[all...]

Completed in 13 milliseconds