Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java55 private static final Rect ZERO_INSET = new Rect(0, 0, 0, 0); field in ActionBarOverlayLayoutTest
115 assertThat(mContentInsetsListener.captured, is(insetsWith(ZERO_INSET, CONSUMED_CUTOUT))); in topInset_consumedCutout_notStable()
139 assertThat(mContentInsetsListener.captured, is(insetsWith(ZERO_INSET, NO_CUTOUT))); in topInset_noCutout_notStable()
163 assertThat(mContentInsetsListener.captured, is(insetsWith(ZERO_INSET, NO_CUTOUT))); in topInset_cutout_notStable()