Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
74 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
75 * present) is set to the left of the status line.
97 /** A helper used to highlight a prefix in a text field. */
146 * Can be effective even when {@link #mPhotoView} is null, as we want to have horizontal padding
147 * to align other data in this View.
151 * Can be effective even when {@link #mPhotoView} is null, as we want to have vertical padding.
298 * @param content Content to split.
319 * Sets whether the call to action is shown. For the {@link CallToAction} to be shown, it must be
322 * @param action {@link CallToAction} you want to display (if it's supported).
323 * @param listener Listener to notify when the call to action is clicked.
324 * @param position The position in the adapter of the call to action.
401 // Width each TextView is able to use.
421 // Also calculate their heights to get the total height for this entire view.
552 // Align the text view all the way left, to be consistent with Contacts.
620 // Place the call to action at the end of the list (e.g. take into account RTL mode).
819 * Gets a LayoutParam that corresponds to the default photo size.
960 * Adds a highlight sequence to the name highlighter.
970 * Adds a highlight sequence to the number highlighter.
1047 // TODO: Format number using PhoneNumberUtils.formatNumber before assigning it to
1077 // to build Spanned with MARQUEE in addition to TextView's ellipsize setting.
1113 // Give the text-to-speech engine a hint that it's a phone number
1181 * Set to display work profile icon or not
1183 * @param enabled set to display work profile icon or not
1233 // Give the text-to-speech engine a hint that it's a phone number
1238 // Remove span tags of highlighting for talkback to avoid reading highlighting and rest
1301 int to = snippet.length();
1314 to = lastNl;
1319 for (int i = from; i < to; i++) {
1335 * need to be extracted for display.
1340 * @return The proper snippet to display.
1383 // Show up to maxLength characters. But we only show full tokens so show the last full token
1384 // up to maxLength characters. So as many starting tokens as possible before trying ending
1449 // We will assume that once measured this will not need to resize
1450 // itself, so there is no need to pass the layout request to the parent
1473 // to super.onTouchEvent so that regular view behavior is preserved. Otherwise, consume
1490 * Where to put contact photo. This affects the other Views' layout or look-and-feel.