Searched refs:hasUpdates (Results 1 – 7 of 7) sorted by relevance
66 final boolean hasUpdates = mAggregator.hasUpdates(); in createTestBackgroundBlurDrawable()167 final boolean hasUpdates = mAggregator.hasUpdates(); in testNoBlurRegionsDispatchedWhenNoUpdates()168 assertFalse(hasUpdates); in testNoBlurRegionsDispatchedWhenNoUpdates()180 final boolean hasUpdates = mAggregator.hasUpdates(); in testBlurRegionDispatchedIfOnlyDrawableUpdated()181 assertTrue(hasUpdates); in testBlurRegionDispatchedIfOnlyDrawableUpdated()194 final boolean hasUpdates = mAggregator.hasUpdates(); in testBlurRegionDispatchedIfOnlyPositionUpdated()195 assertFalse(hasUpdates); in testBlurRegionDispatchedIfOnlyPositionUpdated()213 final boolean hasUpdates = mAggregator.hasUpdates(); in testPositionUpdateIsAppliedInNextFrameIfMissed()214 assertFalse(hasUpdates); in testPositionUpdateIsAppliedInNextFrameIfMissed()234 final boolean hasUpdates = mAggregator.hasUpdates(); in testMultipleDrawablesDispatchedToSfIfOneIsUpdated()[all …]
300 public boolean hasUpdates() { in hasUpdates() method in BackgroundBlurDrawable.Aggregator
622 boolean hasUpdates() { in hasUpdates() method in AdapterHelper
3381 } else if (mAdapterHelper.hasUpdates() || mLayout.getWidth() != getWidth() in dispatchLayout()
4177 final boolean hasBlurUpdates = mBlurRegionAggregator.hasUpdates(); in addFrameCallbackIfNeeded()
21527 HSPLcom/android/internal/graphics/drawable/BackgroundBlurDrawable$Aggregator;->hasUpdates()Z
21574 HSPLcom/android/internal/graphics/drawable/BackgroundBlurDrawable$Aggregator;->hasUpdates()Z