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/shortcuts/
DNavButtonShortcutOptionController.java69 private CharSequence getSummary(int lineHeight) { in getSummary() argument
71 sb.append(getSummaryStringWithIcon(lineHeight)); in getSummary()
81 private SpannableString getSummaryStringWithIcon(int lineHeight) { in getSummaryStringWithIcon() argument
93 /* left= */ 0, /* top= */ 0, /* right= */ lineHeight, /* bottom= */ lineHeight); in getSummaryStringWithIcon()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityDialogUtils.java326 final int lineHeight = summary.getLineHeight(); in initSoftwareShortcutForSUW() local
329 retrieveSoftwareShortcutSummaryForSUW(context, lineHeight), in initSoftwareShortcutForSUW()
336 final int lineHeight = summary.getLineHeight(); in initSoftwareShortcut() local
340 retrieveSoftwareShortcutSummary(context, lineHeight), in initSoftwareShortcut()
395 int lineHeight) { in retrieveSoftwareShortcutSummaryForSUW() argument
398 sb.append(getSummaryStringWithIcon(context, lineHeight)); in retrieveSoftwareShortcutSummaryForSUW()
415 private static CharSequence retrieveSoftwareShortcutSummary(Context context, int lineHeight) { in retrieveSoftwareShortcutSummary() argument
427 sb.append(getSummaryStringWithIcon(context, lineHeight)); in retrieveSoftwareShortcutSummary()
460 private static SpannableString getSummaryStringWithIcon(Context context, int lineHeight) { in getSummaryStringWithIcon() argument
471 icon.setBounds(0, 0, lineHeight, lineHeight); in getSummaryStringWithIcon()
/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()