Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java338 final int lineHeight = summary.getLineHeight(); in initSoftwareShortcutForSUW() local
341 retrieveSoftwareShortcutSummaryForSUW(context, lineHeight), in initSoftwareShortcutForSUW()
350 final int lineHeight = summary.getLineHeight(); in initSoftwareShortcut() local
353 retrieveSoftwareShortcutSummary(context, lineHeight), in initSoftwareShortcut()
393 int lineHeight) { in retrieveSoftwareShortcutSummaryForSUW() argument
396 sb.append(getSummaryStringWithIcon(context, lineHeight)); in retrieveSoftwareShortcutSummaryForSUW()
401 private static CharSequence retrieveSoftwareShortcutSummary(Context context, int lineHeight) { in retrieveSoftwareShortcutSummary() argument
404 sb.append(getSummaryStringWithIcon(context, lineHeight)); in retrieveSoftwareShortcutSummary()
430 private static SpannableString getSummaryStringWithIcon(Context context, int lineHeight) { in getSummaryStringWithIcon() argument
441 icon.setBounds(0, 0, lineHeight, lineHeight); in getSummaryStringWithIcon()
DAccessibilityGestureNavigationTutorial.java193 final int lineHeight = gestureTutorialMessage.getLineHeight(); in updateMessageWithIcon() local
194 gestureTutorialMessage.setText(getMessageStringWithIcon(context, lineHeight)); in updateMessageWithIcon()
197 private static SpannableString getMessageStringWithIcon(Context context, int lineHeight) { in getMessageStringWithIcon() argument
208 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()