Home
last modified time | relevance | path

Searched refs:showWindow (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/
DEvsGlDisplay.cpp129 mGlWrapper.showWindow(mDisplayProxy, mDisplayId); in setDisplayState()
278 mGlWrapper.showWindow(mDisplayProxy, mDisplayId); in returnTargetBufferForDisplay()
DGlWrapper.cpp338 void GlWrapper::showWindow(sp<IAutomotiveDisplayProxyService>& pWindowProxy, uint64_t id) { in showWindow() function in GlWrapper
340 pWindowProxy->showWindow(id); in showWindow()
DGlWrapper.h52 void showWindow(sp<IAutomotiveDisplayProxyService>& pWindowService, uint64_t id);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1256 showWindow(true /* showInput */); in startShowingInputView()
1264 showWindow(false /* showInput */); in stopShowingInputView()