Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java85 private static final int ID_CAPTION_BAR = InsetsSource.createId( field in InsetsStateTest
247 mState.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testCalculateInsets_captionStatusBarOverlap()
259 mState.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testCalculateInsets_captionBarOffset()
346 state1.addSource(new InsetsSource(ID_CAPTION_BAR, captionBar()).setFrame(0, 0, 0, 5)); in testEquals_excludesCaptionBar()
352 state2.addSource(new InsetsSource(ID_CAPTION_BAR, captionBar()).setFrame(0, 0, 0, 10)); in testEquals_excludesCaptionBar()
451 mState.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testEquals_sameBoundingRects()
455 mState2.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testEquals_sameBoundingRects()
463 mState.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testEquals_differentBoundingRects()
467 mState2.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testEquals_differentBoundingRects()
774 mState.getOrCreateSource(ID_CAPTION_BAR, captionBar()) in testCalculateBoundingRects()
[all …]
/frameworks/base/core/java/android/view/
DInsetsController.java269 private static final int ID_CAPTION_BAR = field in InsetsController