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

/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java340 private boolean mIsPending; field in class:SelectionActionModeHelper.SelectionTracker.LogAbandonRunnable
344 if (mIsPending) {
348 mIsPending = true;
360 if (mIsPending) {
365 mIsPending = false;
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_ContextHubService.cpp164 mIsPending = false;
173 if (mIsPending) {
177 mIsPending = true;
193 return mIsPending;
198 if (mIsPending && steady_clock::now() >= mFirstTimeTxnCanBeCanceled) {
213 if (!mIsPending) {
224 bool mIsPending; // Is a transaction pending member in class:android::TxnManager
232 mIsPending = false;
/frameworks/base/core/java/android/view/
H A DView.java13212 mSendViewScrolledAccessibilityEvent.mIsPending = false;
16043 if (!mSendViewScrolledAccessibilityEvent.mIsPending) {
16044 mSendViewScrolledAccessibilityEvent.mIsPending = true;
25745 public volatile boolean mIsPending; field in class:View.SendViewScrolledAccessibilityEvent
25749 mIsPending = false;

Completed in 132 milliseconds