Searched refs:getValue (Results 1 - 25 of 526) sorted by last modified time

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
H A DStateMachine.java199 ArrayList<State> fromStates = entry.getValue();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DViewsStateBundle.java82 bundle.putSparseParcelableArray(e.getKey(), e.getValue());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java356 getContext().getResources().getValue(resourceId, buffer, true);
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java115 final String initialSelection = pref.getValue();
/frameworks/support/v4/api21/android/support/v4/app/
H A DFragmentTransitionCompat21.java173 String to = entry.getValue();
411 View view = entry.getValue();
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java521 ensureServiceUnbound(entry.getValue());
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java365 context.getResources().getValue(id, sTempValue, true);
H A DFileProvider.java671 final String rootPath = root.getValue().getPath();
673 || rootPath.length() > mostSpecific.getValue().getPath().length())) {
684 final String rootPath = mostSpecific.getValue().getPath();
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java1033 Subscription sub = subscriptionEntry.getValue();
/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java141 put(entry.getKey(), entry.getValue());
H A DLruCache.java177 value = toEvict.getValue();
H A DMapCollections.java114 public V getValue() { method in class:MapCollections.MapIterator
142 && ContainerHelpers.equal(e.getValue(), colGetEntry(mIndex, 1));
159 return getKey() + "=" + getValue();
173 colPut(entry.getKey(), entry.getValue());
193 return ContainerHelpers.equal(foundVal, e.getValue());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java531 a.getValue(R.styleable.AppCompatTheme_windowMinWidthMajor, cfl.getMinWidthMajor());
532 a.getValue(R.styleable.AppCompatTheme_windowMinWidthMinor, cfl.getMinWidthMinor());
535 a.getValue(R.styleable.AppCompatTheme_windowFixedWidthMajor,
539 a.getValue(R.styleable.AppCompatTheme_windowFixedWidthMinor,
543 a.getValue(R.styleable.AppCompatTheme_windowFixedHeightMajor,
547 a.getValue(R.styleable.AppCompatTheme_windowFixedHeightMinor,
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatResources.java140 r.getValue(resId, value, true);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java217 context.getResources().getValue(resId, tv, true);
313 res.getValue(resId, tv, true);
H A DResourcesWrapper.java202 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:ResourcesWrapper
204 mResources.getValue(id, outValue, resolveRefs);
214 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:ResourcesWrapper
216 mResources.getValue(name, outValue, resolveRefs);
H A DTintTypedArray.java177 public boolean getValue(int index, TypedValue outValue) { method in class:TintTypedArray
178 return mWrapped.getValue(index, outValue);
188 mWrapped.getValue(index, mTypedValue);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAlertDialogTest.java983 assertEquals("Button clicked", whichButtonClicked, messageArgumentCaptor.getValue().what);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1049 Bounds boundsX = mHorizontalAxis.getGroupBounds().getValue(i);
1050 Bounds boundsY = mVerticalAxis.getGroupBounds().getValue(i);
1205 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1241 MutableInt valueHolder = links.getValue(i);
2205 public V getValue(int i) { method in class:GridLayout.PackedMap
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java827 final BitmapDrawable bitmap = item.getValue();
H A DMediaRouteDialogHelper.java47 context.getResources().getValue(isPortrait ? R.dimen.mr_dialog_fixed_width_minor
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java2448 RouteController controller = entry.getValue();
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDropDownPreference.java124 mSpinner.setSelection(findSpinnerIndexOfValue(getValue()));
133 if (!value.equals(getValue()) && callChangeListener(value)) {
H A DListPreference.java217 public String getValue() { method in class:ListPreference
271 myState.value = getValue();
H A DListPreferenceDialogFragmentCompat.java57 mClickedDialogEntryIndex = preference.findIndexOfValue(preference.getValue());

Completed in 9320 milliseconds

1234567891011>>