Searched refs:mTunablePaddingService (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ScreenDecorationsTest.java | 85 private TunablePaddingService mTunablePaddingService; field in ScreenDecorationsTest 93 mTunablePaddingService = mDependency.injectMockDependency(TunablePaddingService.class); in setup() 186 verify(mTunablePaddingService, times(1)).add(any(), anyString(), anyInt(), anyInt()); in testRounding() 233 verify(mTunablePaddingService, times(1)).add(any(), anyString(), anyInt(), anyInt()); in testRoundingMultipleRadius() 341 when(mTunablePaddingService.add(any(), anyString(), anyInt(), anyInt())) in testPaddingTagListener() 348 verify(mTunablePaddingService).add(eq(child), eq(ScreenDecorations.PADDING), eq(14), in testPaddingTagListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 238 @Inject Lazy<TunablePaddingService> mTunablePaddingService; field in Dependency 409 mProviders.put(TunablePaddingService.class, mTunablePaddingService::get); in start()
|