Searched refs:secondary (Results 1 - 14 of 14) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java350 public boolean secondary; field in class:AccountType.EditType
364 public EditType setSecondary(boolean secondary) { argument
365 this.secondary = secondary;
398 + " secondary=" + secondary
H A DBaseAccountType.java1058 protected static EditType build(int type, boolean secondary) { argument
1059 return new EditType(type, Phone.getTypeLabelResource(type)).setSecondary(secondary);
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartGridView.java114 final Drawable secondary = mSecondary;
115 if (secondary != null) {
116 final int secondaryHeight = secondary.getIntrinsicHeight();
121 secondary.setBounds(0, (int) y, width, bottom);
122 secondary.draw(canvas);
H A DChartNetworkSeriesView.java155 public void setSecondary(boolean secondary) { argument
156 mSecondary = secondary;
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java196 public boolean secondary; field in class:ContactsSource.DataKind
249 public boolean secondary; field in class:ContactsSource.EditType
259 public EditType setSecondary(boolean secondary) { argument
260 this.secondary = secondary;
H A DFallbackSource.java160 kind.secondary = true;
312 kind.secondary = true;
391 kind.secondary = true;
409 kind.secondary = true;
430 kind.secondary = true;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCursorAnchorInfoUtils.java156 final float secondary = layout.getSecondaryHorizontal(offset);
163 left = secondary - charWidth;
164 right = secondary;
171 left = secondary;
172 right = secondary + charWidth;
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralRS.java228 Float4 secondary = convertColor(secondaryColor);
238 color.x = primary.x + ((secondary.x - primary.x) * r);
239 color.y = primary.y + ((secondary.y - primary.y) * r);
240 color.z = primary.z + ((secondary.z - primary.z) * r);
241 color.w = primary.w + ((secondary.w - primary.w) * r);
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DCharEscapers.java862 * secondary one if there is no escaping.
866 * character, it will use the secondary escaper. If the secondary escaper has
868 * If the primary escaper has an escape for a character, the secondary escaper
870 * primary is not run through the secondary. For a case where you would like
875 * @param secondary The secondary {@code CharEscaper} to use if the first one
880 CharEscaper secondary) {
882 checkNotNull(secondary);
883 return new FallThroughCharEscaper(primary, secondary);
879 fallThrough(CharEscaper primary, CharEscaper secondary) argument
1084 private final CharEscaper secondary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DCharEscapers.java862 * secondary one if there is no escaping.
866 * character, it will use the secondary escaper. If the secondary escaper has
868 * If the primary escaper has an escape for a character, the secondary escaper
870 * primary is not run through the secondary. For a case where you would like
875 * @param secondary The secondary {@code CharEscaper} to use if the first one
880 CharEscaper secondary) {
882 checkNotNull(secondary);
883 return new FallThroughCharEscaper(primary, secondary);
879 fallThrough(CharEscaper primary, CharEscaper secondary) argument
1084 private final CharEscaper secondary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardPresenter.java172 Call secondary = null;
183 // highest priority call to display as the secondary call.
184 secondary = getCallToDisplay(callList, null, true);
187 secondary = getCallToDisplay(callList, primary, true);
191 Log.d(this, "Secondary call: " + secondary);
194 final boolean secondaryChanged = !Call.areSame(mSecondary, secondary);
196 mSecondary = secondary;
213 // secondary call has changed
371 * Starts a query for more contact data for the save primary and secondary calls.
625 Log.wtf(this, "Secondary info clicked but no secondary cal
[all...]
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DRecordUtils.java120 TextView text = (TextView) item.findViewById(R.id.secondary);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java166 * {@link EditType#secondary}.
190 final boolean validSecondary = (includeSecondary ? true : !type.secondary);
355 // No valid primary found, so expand search to secondary
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 1618 milliseconds