Searched refs:ID_IME_CAPTION_BAR (Results 1 – 4 of 4) sorted by relevance
24 import static android.view.InsetsSource.ID_IME_CAPTION_BAR;695 if (source1.getId() == ID_IME_CAPTION_BAR) {978 if (consumer.getId() == ID_IME_CAPTION_BAR) { in onControlsChanged()1619 && (control.getLeash() != null || control.getId() == ID_IME_CAPTION_BAR)) { in collectSourceControls()1651 if (control.getLeash() != null || control.getId() == ID_IME_CAPTION_BAR) { in collectSourceControlsV2()2106 InsetsSource source = mState.peekSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()2111 mState.getOrCreateSource(ID_IME_CAPTION_BAR, captionBar()) in setImeCaptionBarInsetsHeight()2113 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight()2114 new InsetsSourceControl(ID_IME_CAPTION_BAR, captionBar(), in setImeCaptionBarInsetsHeight()2119 mState.removeSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()[all …]
74 public static final int ID_IME_CAPTION_BAR = field in InsetsSource298 return getId() == ID_IME_CAPTION_BAR in calculateInsets()392 if (getId() == ID_IME_CAPTION_BAR) { in calculateBoundingRects()
317 } else if (mId != InsetsSource.ID_IME_CAPTION_BAR in applyLocalVisibilityOverride()
19 import static android.view.InsetsSource.ID_IME_CAPTION_BAR;57 ID_IME_CAPTION_BAR, captionBar());