Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java456 final TextView debugInfoView = mDebugInfoViews.get(positionInStrip); in layoutDebugInfo() local
457 final CharSequence debugInfo = debugInfoView.getText(); in layoutDebugInfo()
461 placerView.addView(debugInfoView); in layoutDebugInfo()
462 debugInfoView.measure( in layoutDebugInfo()
464 final int infoWidth = debugInfoView.getMeasuredWidth(); in layoutDebugInfo()
465 final int y = debugInfoView.getMeasuredHeight(); in layoutDebugInfo()
467 debugInfoView, x - infoWidth, y, infoWidth, debugInfoView.getMeasuredHeight()); in layoutDebugInfo()
DSuggestionStripView.java246 for (final View debugInfoView : mDebugInfoViews) { in removeAllDebugInfoViews()
247 final ViewParent parent = debugInfoView.getParent(); in removeAllDebugInfoViews()
249 ((ViewGroup)parent).removeView(debugInfoView); in removeAllDebugInfoViews()