Searched refs:debugInfoView (Results 1 – 2 of 2) sorted by relevance
456 final TextView debugInfoView = mDebugInfoViews.get(positionInStrip); in layoutDebugInfo() local457 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()
246 for (final View debugInfoView : mDebugInfoViews) { in removeAllDebugInfoViews()247 final ViewParent parent = debugInfoView.getParent(); in removeAllDebugInfoViews()249 ((ViewGroup)parent).removeView(debugInfoView); in removeAllDebugInfoViews()