Searched refs:mImeSurface (Results 1 – 1 of 1) sorted by relevance
4420 private SurfaceControl mImeSurface; field in DisplayContent.ImeScreenshot4434 return mImeSurface; in getImeScreenshotSurface()4484 if (mImeSurface != null) { in removeImeSurface()4486 t.remove(mImeSurface); in removeImeSurface()4487 mImeSurface = null; in removeImeSurface()4504 final boolean renewImeSurface = mImeSurface == null in attachAndShow()4505 || mImeSurface.getWidth() != dc.mInputMethodWindow.getFrame().width() in attachAndShow()4506 || mImeSurface.getHeight() != dc.mInputMethodWindow.getFrame().height(); in attachAndShow()4516 mImeSurface = createImeSurface(imeBuffer, t); in attachAndShow()4519 final boolean isValidSnapshot = mImeSurface != null && mImeSurface.isValid(); in attachAndShow()[all …]