Searched refs:mImeSurface (Results 1 – 1 of 1) sorted by relevance
4395 private SurfaceControl mImeSurface; field in DisplayContent.ImeScreenshot4409 return mImeSurface; in getImeScreenshotSurface()4459 if (mImeSurface != null) { in removeImeSurface()4461 t.remove(mImeSurface); in removeImeSurface()4462 mImeSurface = null; in removeImeSurface()4474 final boolean renewImeSurface = mImeSurface == null in attachAndShow()4475 || mImeSurface.getWidth() != dc.mInputMethodWindow.getFrame().width() in attachAndShow()4484 mImeSurface = createImeSurface(imeBuffer, t); in attachAndShow()4487 final boolean isValidSnapshot = mImeSurface != null && mImeSurface.isValid(); in attachAndShow()4495 t.show(mImeSurface); in attachAndShow()[all …]