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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java305 final Insets mTmpInsets = new Insets(); field in class:InputMethodService
320 onComputeInsets(mTmpInsets);
321 info.contentInsets.top = mTmpInsets.contentTopInsets;
322 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
323 info.touchableRegion.set(mTmpInsets.touchableRegion);
324 info.setTouchableInsets(mTmpInsets.touchableInsets);
2359 p.println(" contentTopInsets=" + mTmpInsets.contentTopInsets
2360 + " visibleTopInsets=" + mTmpInsets.visibleTopInsets
2361 + " touchableInsets=" + mTmpInsets.touchableInsets
2362 + " touchableRegion=" + mTmpInsets
[all...]

Completed in 10 milliseconds