Searched defs:mNotify (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java162 boolean mNotify; field in class:SwipeRefreshLayout
186 if (mNotify) {
421 mNotify = false;
465 mNotify = notify;
/frameworks/av/media/libstagefright/
H A DACodec.cpp129 mNotify = msg;
138 sp<AMessage> notify = mNotify->dup();
211 sp<AMessage> mNotify; member in struct:android::CodecObserver
271 : mNotify(notify) {
275 mNotify->post();
282 sp<AMessage> mNotify; member in struct:android::ACodec::DeathNotifier
553 mNotify = msg;
935 sp<AMessage> notify = mNotify->dup();
1366 sp<AMessage> msg = mNotify->dup();
5487 sp<AMessage> notify = mNotify
[all...]

Completed in 758 milliseconds

12