Home
last modified time | relevance | path

Searched refs:mEmptyRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java59 private final Rect mEmptyRect = new Rect(); field in WindowFrameTests
162 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testLayoutInFullscreenTaskInsets()
285 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, mEmptyRect); in testLayoutNonfullscreenTask()
298 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutNonfullscreenTask()
316 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutNonfullscreenTask()
348 windowFrames.setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testCalculatePolicyCrop()
403 windowFrames.setFrames(pf, pf, pf, pf, pf, pf, pf, mEmptyRect); in testLayoutLetterboxedWindow()
420 windowFrames.setFrames(pf, pf, pf, cf, cf, pf, cf, mEmptyRect); in testLayoutLetterboxedWindow()
507 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testFreeformContentInsets()
520 w.getWindowFrames().setFrames(pf, df, of, cf, vf, dcf, sf, mEmptyRect); in testFreeformContentInsets()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java73 private final Rect mEmptyRect = new Rect(0, 0, 0, 0); field in KeyguardStatusBarView
478 applyDarkness(R.id.battery, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()
479 applyDarkness(R.id.clock, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()
DNotificationPanelView.java157 private static final Rect mEmptyRect = new Rect(); field in NotificationPanelView
763 : mEmptyRect; in calculateGestureExclusionRect()