Home
last modified time | relevance | path

Searched defs:invalidator (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java1753 CountingInvalidator invalidator = new CountingInvalidator(filter); in testOutOfOrderPreGroupFilterInvalidationDoesNotThrowBeforeTooManyRuns() local
1775 CountingInvalidator invalidator = new CountingInvalidator(filter); in testOutOfOrderPreGroupFilterInvalidationThrowsAfterTooManyRuns() local
1800 CountingInvalidator invalidator = new CountingInvalidator(filter); in testNonConsecutiveOutOfOrderInvalidationsDontThrowAfterTooManyRuns() local
1827 CountingInvalidator invalidator = new CountingInvalidator(promoter); in testOutOfOrderPrompterInvalidationDoesNotThrowBeforeTooManyRuns() local
1850 CountingInvalidator invalidator = new CountingInvalidator(promoter); in testOutOfOrderPrompterInvalidationThrowsAfterTooManyRuns() local
1875 CountingInvalidator invalidator = new CountingInvalidator(comparator); in testOutOfOrderComparatorInvalidationDoesNotThrowBeforeTooManyRuns() local
1897 CountingInvalidator invalidator = new CountingInvalidator(comparator); in testOutOfOrderComparatorInvalidationThrowsAfterTooManyRuns() local
1918 CountingInvalidator invalidator = new CountingInvalidator(filter); in testOutOfOrderPreRenderFilterInvalidationDoesNotThrowBeforeTooManyRuns() local
1940 CountingInvalidator invalidator = new CountingInvalidator(filter); in testOutOfOrderPreRenderFilterInvalidationThrowsAfterTooManyRuns() local
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DViewPropertyAlphaActivity.java68 Button invalidator = findViewById(R.id.invalidateButton); in onCreate() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt71 val invalidator = withArgCaptor<Invalidator> { in onDynamicPrivacyChanged_invokeInvalidationListener() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java209 void addPreRenderInvalidator(Invalidator invalidator) { in addPreRenderInvalidator()
328 private void onPreRenderInvalidated(Invalidator invalidator, @Nullable String reason) { in onPreRenderInvalidated()
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java334 final Runnable invalidator) { in SmartSelectSprite()
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp862 std::thread invalidator( in AccessorInvalidator() local