Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSkbContainer.java337 int skbContainerHeight = getHeight(); in popupSymbols() local
340 int miniSkbHeight = (int) (skbContainerHeight * 0.23); in popupSymbols()
348 mPopupY = (skbContainerHeight - skb.getSkbTotalHeight()) / 2; in popupSymbols()