Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardView.java310 final ViewGroup currentParent = (ViewGroup)containerView.getParent(); in removeFromParent() local
311 if (currentParent != null) { in removeFromParent()
312 currentParent.removeView(containerView); in removeFromParent()