Searched refs:ID_IME_CAPTION_BAR (Results 1 – 2 of 2) sorted by relevance
24 import static android.view.InsetsSource.ID_IME_CAPTION_BAR;700 if (source1.getId() == ID_IME_CAPTION_BAR) {1019 if (consumer.getId() == ID_IME_CAPTION_BAR) { in onControlsChanged()1518 && (control.getLeash() != null || control.getId() == ID_IME_CAPTION_BAR)) { in collectSourceControls()1909 InsetsSource source = mState.peekSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()1914 mState.getOrCreateSource(ID_IME_CAPTION_BAR, captionBar()) in setImeCaptionBarInsetsHeight()1916 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight()1917 new InsetsSourceControl(ID_IME_CAPTION_BAR, captionBar(), in setImeCaptionBarInsetsHeight()1922 mState.removeSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()1923 InsetsSourceConsumer sourceConsumer = mSourceConsumers.get(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()
52 static final int ID_IME_CAPTION_BAR = field in InsetsSource225 return getId() == ID_IME_CAPTION_BAR in calculateInsets()