Searched refs:highlight (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DIconPreferenceScreen.java79 public void setHighlighted(boolean highlight) { argument
80 mHighlight = highlight;
H A DSettingsPreferenceFragment.java418 mAdapter.highlight(position);
751 public void highlight(int position) { method in class:SettingsPreferenceFragment.HighlightablePreferenceGroupAdapter
/packages/apps/Gallery2/jni/
H A DAndroid.mk34 filters/highlight.c \
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsFastScrollHelper.java231 boolean highlight = item.sectionName.equals(mCurrentFastScrollSection) &&
233 newState = highlight ?
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DFingerprintSettings.java510 final Drawable highlight = getHighlightDrawable();
511 if (highlight != null) {
515 highlight.setHotspot(centerX, centerY);
516 view.setBackground(highlight);
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java1144 static boolean updateButtonBar(Activity a, int highlight) { argument
1152 if (highlight == 0 || !withtabs) {
1161 boolean isActive = (v.getId() == highlight);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java250 /** A helper used to highlight a prefix in a text field. */
1039 * Clears previously set highlight sequences for the view.
1048 * Adds a highlight sequence to the name highlighter.
1049 * @param start The start position of the highlight sequence.
1050 * @param end The end position of the highlight sequence.
1057 * Adds a highlight sequence to the number highlighter.
1058 * @param start The start position of the highlight sequence.
1059 * @param end The end position of the highlight sequence.
1178 * Sets phone number for a list item. This takes care of number highlighting if the highlight
1190 // mDataView. Make sure that determination of the highlight sequence
1388 setDisplayName(CharSequence name, boolean highlight) argument
[all...]

Completed in 478 milliseconds