Searched refs:lineHeight (Results 1 – 2 of 2) sorted by relevance
169 final int lineHeight = gestureTutorialMessage.getLineHeight(); in updateMessageWithIcon() local170 gestureTutorialMessage.setText(getMessageStringWithIcon(context, lineHeight)); in updateMessageWithIcon()173 private static SpannableString getMessageStringWithIcon(Context context, int lineHeight) { in getMessageStringWithIcon() argument183 icon.setBounds(0, 0, lineHeight, lineHeight); in getMessageStringWithIcon()
162 final int lineHeight = lineHeights.get(lineIndex); in onLayout() local165 startPositionY = y + lineHeight - childHeight - layoutParams.bottomMargin; in onLayout()169 startPositionY = y + (lineHeight - childHeight) / 2; in onLayout()