Searched defs:value (Results 1 - 25 of 1088) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp730 int value; local
732 err = (*nativeWindow->query)(nativeWindow, NATIVE_WINDOW_CONCRETE_TYPE, &value);
738 switch (value) {
752 nativeWindow, value);
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp120 static const int kEosBufferCntxt = 1980; // a magic value we can compare against
669 // This is for test / demonstration purposes only where we discover the key and value sizes
679 SLMetadataInfo *keyInfo, *value; local
682 value = NULL; valueSize = 0;
H A DslesTestDecodeToBuffQueue.cpp347 // FIXME valid value required but currently ignored
460 // This is for test / demonstration purposes only where we discover the key and value sizes
466 SLMetadataInfo *keyInfo, *value; local
469 value = NULL; valueSize = 0;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... annotation.Annotation { public abstract java.lang.String value () } com/google/gson/annotations/Since.class Since.java ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... annotation.Annotation { public abstract java.lang.String value () } com/google/gson/annotations/Since.class Since.java ...
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DMultiSelectListPreference.java96 * value was persisted, since we may not necessarily commit if there
124 * from the {@link android.preference.PreferenceManager}, and get the value.
126 * @param defaultReturnValue The default value to return if either the
129 * @return The value from the SharedPreferences or the default return
130 * value.
177 * The array to find the value to save for a preference when an entry from
205 * Sets the value of the key. This should contain entries in
218 * Retrieves the current value of the key.
225 * Returns the index of the given value (in the entry values array).
227 * @param value Th
230 findIndexOfValue(String value) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java88 public void setBoolean(String key, boolean value) { argument
89 getOrSetBoolean(key, true, value);
92 boolean getOrSetBoolean(String key, boolean set, boolean value) { argument
94 return set ? (mPreferStaticShadows = value) : mPreferStaticShadows;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DDatePicker.java174 * Get format of showing dates. For example "YMD". Default value is from
296 * Gets current date value in milliseconds since January 1, 1970 00:00:00 in
336 private static boolean updateMin(PickerColumn column, int value) { argument
337 if (value != column.getMinValue()) {
338 column.setMinValue(value);
344 private static boolean updateMax(PickerColumn column, int value) { argument
345 if (value != column.getMaxValue()) {
346 column.setMaxValue(value);
H A DPicker.java41 * column value range or labels change. Call {@link #setColumnValue(int, int, boolean)} to update
42 * the current value of PickerColumn.
235 * Manually set current value of a column. The function will update UI and notify listeners.
237 * @param value New value of the column.
238 * @param runAnimation True to scroll to the value or false otherwise.
240 public void setColumnValue(int columnIndex, int value, boolean runAnimation) { argument
242 if (column.getCurrentValue() != value) {
243 column.setCurrentValue(value);
247 int position = value
[all...]
H A DPickerColumn.java18 * Picker column class used by {@link Picker}, defines a contiguous value ranges and associated
20 * a current value.
21 * The labels can be dynamically generated from value by {@link #setLabelFormat(String)} or
37 * integer value. {@link #setStaticLabels(CharSequence[])} overrides the format.
39 * @param labelFormat String format to display label for value between minValue and maxValue.
47 * value.
48 * @return String format to display label for value.
55 * Set static labels for each value, minValue maps to labels[0], maxValue maps to
57 * @param labels Static labels for each value between minValue and maxValue.
64 * Returns static labels for each value, minValu
78 getLabelFor(int value) argument
96 setCurrentValue(int value) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatResources.java94 * entry. The value 0 is an invalid identifier.
133 return entry.value;
145 @NonNull ColorStateList value) {
152 entries.append(resId, new ColorStateListCacheEntry(value,
160 final TypedValue value = getTypedValue();
161 r.getValue(resId, value, true);
163 return value.type >= TypedValue.TYPE_FIRST_COLOR_INT
164 && value.type <= TypedValue.TYPE_LAST_COLOR_INT;
178 final ColorStateList value; field in class:AppCompatResources.ColorStateListCacheEntry
181 ColorStateListCacheEntry(@NonNull ColorStateList value, argument
144 addColorStateListToCache(@onNull Context context, @ColorRes int resId, @NonNull ColorStateList value) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java106 * Drawables which should be tinted with the value of {@code R.attr.colorControlNormal},
116 * Drawables which should be tinted with the value of {@code R.attr.colorControlNormal}, using
130 * Drawables which should be tinted with the value of {@code R.attr.colorControlActivated},
147 * Drawables which should be tinted with the value of {@code android.R.attr.colorBackground},
504 private static boolean arrayContains(int[] array, int value) { argument
506 if (id == value) {
H A DDrawableUtils.java182 static PorterDuff.Mode parseTintMode(int value, PorterDuff.Mode defaultMode) { argument
183 switch (value) {
H A DResourcesWrapper.java192 public InputStream openRawResource(int id, TypedValue value) throws NotFoundException { argument
193 return mResources.openRawResource(id, value);
/frameworks/support/v7/cardview/gingerbread/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java66 // updated value with inset
69 // actual value set by developer
72 // multiplied value to account for shadow offset
75 // actual value set by developer
89 * If shadow size is set to a value above max shadow, we print a warning
115 * Casts the value to an even integer.
117 private int toEven(float value) { argument
118 int i = (int) (value + .5f);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java132 * the corresponding value in any other valid solution.
174 * The constant used to indicate that a value is undefined.
175 * Fields can use this value to indicate that their values
176 * have not yet been set. Similarly, methods can return this value
177 * to indicate that there is no suitable value that the implementation
179 * The value used for the constant (currently {@link Integer#MIN_VALUE}) is
196 * all return the same value when their {@link android.view.View#getTop()}
338 * The default value of this property is {@link #HORIZONTAL}.
355 * Returns the current number of rows. This is either the last value that was set
356 * with {@link #setRowCount(int)} or, if no such value wa
690 fits(int[] a, int value, int start, int end) argument
702 procrusteanFill(int[] a, int start, int end, int value) argument
2111 public final MutableInt value; field in class:GridLayout.Arc
2114 Arc(Interval span, MutableInt value) argument
2128 public int value; field in class:GridLayout.MutableInt
2134 MutableInt(int value) argument
2161 put(K key, V value) argument
[all...]
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DColorCutQuantizer.java78 // Now update the pixel value to the quantized value
334 * sub-array based on that dimension value in each color. The colors are then iterated over
396 * Modify the significant octet in a packed color int. Allows sorting based on the value of a
460 * Quantized a RGB888 value to have a word width of {@value #QUANTIZE_WORD_WIDTH}.
470 * Quantized RGB888 values to have a word width of {@value #QUANTIZE_WORD_WIDTH}.
503 private static int modifyWordWidth(int value, int currentWidth, int targetWidth) { argument
507 // new value
508 newValue = value * ((
[all...]
H A DTarget.java134 * The minimum saturation value for this target.
142 * The target saturation value for this target.
150 * The maximum saturation value for this target.
158 * The minimum lightness value for this target.
166 * The target lightness value for this target.
174 * The maximum lightness value for this target.
186 * being close to the target value has on selection.</p>
199 * being close to the target value has on selection.</p>
303 * Set the minimum saturation value for this target.
305 public Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) { argument
313 setTargetSaturation(@loatRangefrom = 0, to = 1) float value) argument
321 setMaximumSaturation(@loatRangefrom = 0, to = 1) float value) argument
329 setMinimumLightness(@loatRangefrom = 0, to = 1) float value) argument
337 setTargetLightness(@loatRangefrom = 0, to = 1) float value) argument
345 setMaximumLightness(@loatRangefrom = 0, to = 1) float value) argument
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DDropDownPreference.java106 public int findSpinnerIndexOfValue(String value) { argument
108 if (value != null && entryValues != null) {
110 if (entryValues[i].equals(value)) {
137 String value = getEntryValues()[position].toString();
138 if (!value.equals(getValue()) && callChangeListener(value)) {
139 setValue(value);
H A DListPreference.java33 * This preference will store a string into the SharedPreferences. This string will be the value
117 * The array to find the value to save for a preference when an entry from
145 * Sets the value of the key. This should be one of the entries in
148 * @param value The value to set for the key.
150 public void setValue(String value) { argument
152 final boolean changed = !TextUtils.equals(mValue, value);
154 mValue = value;
156 persistString(value);
167 * value wil
237 findIndexOfValue(String value) argument
289 String value; field in class:ListPreference.SavedState
[all...]
H A DPreference.java60 * the value.
153 * Interface definition for a callback to be invoked when the value of this
156 * to prevent setting and/or persisting the value.
165 * @param newValue The new value of the Preference.
166 * @return True to update the state of the Preference with the new value.
345 * Called when a Preference is being inflated and the default value
347 * different value types, the subclass should get and return the default
348 * value which will be its value type.
350 * For example, if the value typ
1376 persistString(String value) argument
1423 persistInt(int value) argument
1467 persistFloat(float value) argument
1511 persistLong(long value) argument
1555 persistBoolean(boolean value) argument
[all...]

Completed in 611 milliseconds

1234567891011>>