Searched refs:setValues (Results 1 - 24 of 24) sorted by last modified time

/packages/apps/Settings/src/com/android/settings/
H A DApnEditor.java328 mBearerMulti.setValues(bearers);
502 mBearerMulti.setValues((Set<String>) newValue);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java269 mPreset.setValues(presetValues);
279 mForegroundColor.setValues(colorValues);
286 mForegroundOpacity.setValues(opacityValues);
290 mEdgeColor.setValues(colorValues);
301 mBackgroundColor.setValues(bgColorValues);
305 mBackgroundOpacity.setValues(opacityValues);
309 mWindowColor.setValues(bgColorValues);
313 mWindowOpacity.setValues(opacityValues);
H A DEdgeTypePreference.java43 setValues(res.getIntArray(R.array.captioning_edge_type_selector_values));
H A DListDialogPreference.java83 public void setValues(int[] values) { method in class:ListDialogPreference
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppLaunchSettings.java93 mAppDomainUrls.setValues(new int[entries.length]);
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java991 ((MultiSelectListPreference)p).setValues(set);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java423 mSlowSendAnimator.setValues(postX, postY);
429 mAlphaDownAnimator.setValues(alphaDown);
487 mScaleUpAnimator.setValues(scaleUpX, scaleUpY, scaleUpAlpha);
498 mFastSendAnimator.setValues(postX, postY, alpha);
503 mFadeInAnimator.setValues(fadeIn);
768 mAlphaUpAnimator.setValues(alphaUp);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimUtils.java114 anim.setValues(values);
124 anim.setValues(values);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java119 anim.setValues(values);
129 anim.setValues(values);
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java170 tween.animator.setValues(
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java725 editor.setValues(dataKind, valuesDelta, state, false, new ViewIdGenerator());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactPhotoEditorView.java117 public void setValues(DataKind dataKind, ValuesDelta valuesDelta, method in class:CompactPhotoEditorView
H A DCompactRawContactsEditorView.java403 mPhoto.setValues(dataKind, valuesDelta, rawContactDelta,
431 mPhoto.setValues(dataKind, valuesDelta, rawContactDelta,
454 mPhoto.setValues(dataKind, valuesDelta, rawContactDelta,
475 mPhoto.setValues(dataKind, valuesDeltas.get(0), rawContactDelta,
496 mPhoto.setValues(dataKind, valuesDelta, rawContactDelta,
839 result.setValues(
853 result.setValues(
867 result.setValues(
H A DEditor.java67 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, method in interface:Editor
H A DEventFieldEditorView.java111 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, method in class:EventFieldEditorView
114 super.setValues(kind, entry, state, readOnly, vig);
H A DKindSectionView.java260 editor.setValues(mKind, entry, mState, mReadOnly, mViewIdGenerator);
H A DLabeledEditorView.java355 * Sub classes should call this at the end of {@link #setValues} once they finish changing
394 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
403 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, method in class:LabeledEditorView
H A DPhoneticNameEditorView.java105 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, method in class:PhoneticNameEditorView
110 super.setValues(kind, entry, state, readOnly, vig);
H A DPhotoEditorView.java115 public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, method in class:PhotoEditorView
H A DRawContactEditorView.java249 mName.setValues(
252 mPhoneticName.setValues(
264 mNickName.setValues(nickNameKind, primaryNickNameEntry, state, false, vig);
274 getPhotoEditor().setValues(kind, primary, state, false, vig);
H A DRawContactReadOnlyEditorView.java147 getPhotoEditor().setValues(kind, primary, state, !type.areContactsWritable(), vig);
H A DStructuredNameEditorView.java65 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, method in class:StructuredNameEditorView
67 super.setValues(kind, entry, state, readOnly, vig);
H A DTextFieldsEditorView.java205 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, method in class:TextFieldsEditorView
207 super.setValues(kind, entry, state, readOnly, vig);

Completed in 463 milliseconds