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