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.java460 final TextView debugInfoView = mDebugInfoViews.get(positionInStrip); in layoutDebugInfo() local
461 final CharSequence debugInfo = debugInfoView.getText(); in layoutDebugInfo()
465 placerView.addView(debugInfoView); in layoutDebugInfo()
466 debugInfoView.measure( in layoutDebugInfo()
468 final int infoWidth = debugInfoView.getMeasuredWidth(); in layoutDebugInfo()
469 final int y = debugInfoView.getMeasuredHeight(); in layoutDebugInfo()
471 debugInfoView, x - infoWidth, y, infoWidth, debugInfoView.getMeasuredHeight()); in layoutDebugInfo()
DSuggestionStripView.java280 for (final View debugInfoView : mDebugInfoViews) { in removeAllDebugInfoViews()
281 final ViewParent parent = debugInfoView.getParent(); in removeAllDebugInfoViews()
283 ((ViewGroup)parent).removeView(debugInfoView); in removeAllDebugInfoViews()