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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java613 final void resize(int newWidth, int newHeight) { argument
627 if (totalGap + totalWidth > newWidth) {
629 float scaleFactor = (float)(newWidth - totalGap) / totalWidth;
638 mTotalWidth = newWidth;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp903 int32_t newWidth = getWindowProp(code->nativeWindow.get(), local
907 if (newWidth != code->lastWindowWidth

Completed in 718 milliseconds