Searched refs:wasEmpty (Results 1 – 15 of 15) sorted by relevance
90 final boolean wasEmpty; in addListener()92 wasEmpty = mTaskStackListeners.isEmpty(); in addListener()95 if (wasEmpty) { in addListener()106 final boolean wasEmpty; in removeListener()109 wasEmpty = mTaskStackListeners.isEmpty(); in removeListener()113 if (!wasEmpty && isEmpty) { in removeListener()
89 final boolean wasEmpty = mListeners.isEmpty(); in onStart()92 if (wasEmpty && !mListeners.isEmpty()) { in onStart()101 final boolean wasEmpty = mListeners.isEmpty(); in onStart()104 if (!wasEmpty && mListeners.isEmpty()) { in onStart()
162 bool wasEmpty; in addSampleToTrack() local165 wasEmpty = mSampleQueue.empty(); in addSampleToTrack()169 if (wasEmpty) { in addSampleToTrack()
73 bool wasEmpty = mLocked.invalidatedSprites.empty(); in invalidateSpriteLocked() local75 if (wasEmpty) { in invalidateSpriteLocked()85 bool wasEmpty = mLocked.disposedSurfaces.empty(); in disposeSurfaceLocked() local87 if (wasEmpty) { in disposeSurfaceLocked()
164 boolean wasEmpty = mAnimatorRequestors.isEmpty(); in requestAnimatorsEnabledImpl()205 if (wasEmpty != isEmpty) { in requestAnimatorsEnabledImpl()
686 boolean wasEmpty = false; in enqueueDiskWrite()688 wasEmpty = mDiskWritesInFlight == 1; in enqueueDiskWrite()690 if (wasEmpty) { in enqueueDiskWrite()
1109 boolean wasEmpty = cli.mCancelListeners.isEmpty(); in addCancelListener()1111 if (wasEmpty) { in addCancelListener()
257 boolean wasEmpty = mRegistrations.isEmpty(); in replaceRegistration()270 if (wasEmpty) { in replaceRegistration()
762 boolean wasEmpty = mActiveCameraUsage.isEmpty(); in binderDied()765 if ( mNotifyNfc && !wasEmpty ) { in binderDied()1081 boolean wasEmpty = mActiveCameraUsage.isEmpty(); in updateActivityCount()1180 if ( mNotifyNfc && (wasEmpty != isEmpty) ) { in updateActivityCount()
764 boolean wasEmpty = mHead == null; in push()767 return wasEmpty; in push()
970 const bool wasEmpty = !outputState.lastCompositionHadVisibleLayers; in beginFrame() local980 mMustRecompose = dirty && !(empty && wasEmpty); in beginFrame()986 flagPrefix[empty], flagPrefix[wasEmpty]); in beginFrame()
634 boolean wasEmpty = mIsEmpty; in onLoadFinished()649 if (wasEmpty) { in onLoadFinished()
3033 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();3043 if (wasEmpty) {
2371 bool wasEmpty; in addIfsStateCallback() local2374 wasEmpty = mIfsStateCallbacks.empty(); in addIfsStateCallback()2377 if (wasEmpty) { in addIfsStateCallback()
2962 bool wasEmpty = connection->outboundQueue.empty(); in enqueueDispatchEntriesLocked() local2979 if (wasEmpty && !connection->outboundQueue.empty()) { in enqueueDispatchEntriesLocked()