Searched defs:onComputeInsets (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java309 public void onComputeInsets(Insets outInsets) { method in class:MainInteractionSession
310 super.onComputeInsets(outInsets);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java332 onComputeInsets(mTmpInsets);
1079 public void onComputeInsets(Insets outInsets) { method in class:InputMethodService
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java916 onComputeInsets(mTmpInsets);
1421 public void onComputeInsets(Insets outInsets) { method in class:VoiceInteractionSession

Completed in 295 milliseconds