Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityGestureNavigationTutorial.java169 final int lineHeight = gestureTutorialMessage.getLineHeight(); in updateMessageWithIcon() local
170 gestureTutorialMessage.setText(getMessageStringWithIcon(context, lineHeight)); in updateMessageWithIcon()
173 private static SpannableString getMessageStringWithIcon(Context context, int lineHeight) { in getMessageStringWithIcon() argument
183 icon.setBounds(0, 0, lineHeight, lineHeight); in getMessageStringWithIcon()
/packages/apps/Messaging/src/com/android/messaging/ui/
DLineWrapLayout.java162 final int lineHeight = lineHeights.get(lineIndex); in onLayout() local
165 startPositionY = y + lineHeight - childHeight - layoutParams.bottomMargin; in onLayout()
169 startPositionY = y + (lineHeight - childHeight) / 2; in onLayout()