Searched refs:mTmpInsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java271 final Insets mTmpInsets = new Insets(); field in class:InputMethodService
285 onComputeInsets(mTmpInsets);
286 info.contentInsets.top = mTmpInsets.contentTopInsets;
287 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
288 info.setTouchableInsets(mTmpInsets.touchableInsets);
2119 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets
2120 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets
2121 + " touchableInsets=" + mTmpInsets.touchableInsets);

Completed in 31 milliseconds