Searched defs:set (Results 151 - 175 of 260) sorted by relevance

1234567891011

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DParallax.java136 public final void set(Parallax object, Integer value) { method in class:Parallax.IntProperty
157 * Fast version of set() method that takes a primitive int value into the Property.
289 public final void set(Parallax object, Float value) { method in class:Parallax.FloatProperty
310 * Fast version of set() method that takes a primitive float value into the Property.
611 * provided set of ranges.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java54 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
56 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
59 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
62 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
H A DResourcesWrapper.java225 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
226 return mResources.obtainAttributes(set, attrs);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java82 * @param hidden If set to true, this item will be invisible from regular methods.
94 * @param hidden If set to true, this item will be invisible from regular methods.
225 * @param hidden If set to true, this item will be invisible to the regular methods.
335 mBucket.set(offset);
405 void set(int index) { method in class:ChildHelper.Bucket
408 mNext.set(index - BITS_PER_WORD);
458 set(index);
484 set(BITS_PER_WORD - 1);
/frameworks/av/media/libaudioclient/
H A DAudioEffect.cpp55 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
91 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
103 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
112 ALOGE("set(): Could not get audioflinger");
138 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
161 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp125 MediaAnalyticsService::SummarizerSet *set = new MediaAnalyticsService::SummarizerSet(); local
127 set->setStarted(now);
129 set->appendSummarizer(new MetricsSummarizerExtractor("extractor"));
130 set->appendSummarizer(new MetricsSummarizerCodec("codec"));
131 set->appendSummarizer(new MetricsSummarizerPlayer("nuplayer"));
132 set->appendSummarizer(new MetricsSummarizerRecorder("recorder"));
135 set->appendSummarizer(new MetricsSummarizer(NULL));
137 // inject this set at the BACK of the list.
138 mSummarizerSets->push_back(set);
139 mCurrentSet = set;
[all...]
/frameworks/base/core/java/android/util/
H A DMapCollections.java514 public static <T> boolean equalsSetHelper(Set<T> set, Object object) { argument
515 if (set == object) {
522 return set.size() == s.size() && set.containsAll(s);
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp89 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
93 set->addPropertyAnimator(holder, interpolator, startDelay, duration, repeatCount, mode);
103 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); local
104 set->setVectorDrawable(tree);
167 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
169 set->start(listener);
173 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
175 set->reverse(listener);
179 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
180 set
184 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRegion.java67 /** Return a region set to the specified rectangle
74 /** Return a region set to the specified rectangle
89 public boolean set(Region region) { method in class:Region
96 public boolean set(Rect r) { method in class:Region
102 public boolean set(int left, int top, int right, int bottom) { method in class:Region
132 * Return a new Rect set to the bounds of the region. If the region is
133 * empty, the Rect will be set to [0, 0, 0, 0]
143 * Rect will be set to [0, 0, 0, 0]
226 * If this region is empty, then dst will be set to empty.
245 * If this region is empty, then dst will be set t
[all...]
/frameworks/base/libs/hwui/
H A DClipArea.cpp108 void RectangleList::set(const Rect& bounds, const Matrix4& transform) { function in class:android::uirenderer::RectangleList
199 mViewportBounds.set(0, 0, width, height);
214 mClipRect.set(left, top, right, bottom);
306 mRectangleList.set(mClipRect, Matrix4::identity());
346 mClipRect.set(mClipRegion.getBounds());
384 serialization->rect.set(mClipRegion.getBounds());
484 regionClip->rect.set(regionClip->region.getBounds());
490 rectList.set(mClipRect, Matrix4::identity());
H A DMatrix.h248 inline void set(int i, int j, float v) { function in class:android::uirenderer::Matrix4
/frameworks/base/location/java/android/location/
H A DGnssClock.java66 public void set(GnssClock clock) { method in class:GnssClock
H A DGpsClock.java79 public void set(GpsClock clock) { method in class:GpsClock
236 * This value is available if {@link #TYPE_LOCAL_HW_TIME} is set, and GPS receiver has solved
/frameworks/base/media/java/android/media/
H A DMediaCas.java170 void set(@NonNull byte[] data, int offset, int length) { method in class:MediaCas.ParcelableCasData
282 mCasData.set(data, offset, length);
459 * @param listener the event listener to be set.
547 mCasData.set(data, offset, length);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java259 // if (upgradeVersion == [the DATABASE_VERSION you set] - 1) {
261 // upgradeVersion = [the DATABASE_VERSION you set]
755 * New settings for set install location UI no longer initiated here.
762 * Update the screen timeout value if set to never
949 // This upgrade makes sure that MODE_RINGER_STREAMS_AFFECTED is set
1080 // only set default if it has not yet been set
1296 // date with new changes to the set of global versus system/secure settings
1467 // if the globally-scoped device-provisioned bit is set
1742 // If the SIP_CALL_OPTIONS setting is set t
1924 setToStringArray(Set<String> set) argument
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java70 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
169 NetworkTemplate template, int uid, int set, int tag, int fields,
171 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE,
180 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
182 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
191 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
206 if (key.uid == uid && NetworkStats.setMatches(set, key.set) && key.tag == tag
243 && key.set < NetworkStats.SET_DEBUG_START) {
249 entry.set
168 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, @NetworkStatsAccess.Level int accessLevel) argument
179 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
190 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel, int callerUid) argument
271 recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, long end, NetworkStats.Entry entry) argument
305 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
648 public final int set; field in class:NetworkStatsCollection.Key
653 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java79 /* If set, this will keep connections alive after a request has been
84 /* If set, this will cause response data to be sent in 'chunked' format */
87 /* If set, this will indicate a new redirection host */
90 /* If set, this indicates the reason for redirection */
153 * @param set True for the server to be HTTP/1.1, false for HTTP/1.0
155 public void setHttpVersion11(boolean set) { argument
156 http11 = set;
157 if (set) {
192 * When this value is set, the server will respond to a request with
193 * a redirect code with the Location response header set t
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java507 static TypedArray obtainAttributes(Resources resources, AttributeSet set, int[] attrs) { argument
508 return resources.mContext.obtainStyledAttributes(set, attrs);
513 set, int[] attrs) {
514 return Resources.obtainAttributes_Original(resources, theme, set, attrs);
512 obtainAttributes(Resources resources, Resources.Theme theme, AttributeSet set, int[] attrs) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java140 private void set(int[] a) { method in class:Bridge.IntArray
218 // When DEBUG_LAYOUT is set and is not 0 or false, setup a default listener
599 sIntArrayWrapper.set(array);
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.cpp680 void Hwc2TestVisibleRegion::set(const android::Region& visibleRegion) function in class:Hwc2TestVisibleRegion
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java223 * the value is {@code null}. To set a binary attribute, use an empty
302 super.set("a=rtpmap:" + format, ' ', null);
303 super.set("a=fmtp:" + format, ' ', fmtp);
311 super.set("a=rtpmap:" + format, ' ', null);
312 super.set("a=fmtp:" + format, ' ', null);
356 super.set("a=rtpmap:" + format, ' ', rtpmap);
357 super.set("a=fmtp:" + format, ' ', fmtp);
383 * This class acts as a set of fields, and the size of the set is expected
423 set("
584 private void set(String key, char delimiter, String value) { method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java578 private static String makeString(BitSet set, String[] strings) { argument
582 /* Make sure all set bits are in [0, strings.length) to avoid
584 set = set.get(0, strings.length);
586 while ((nextSetBit = set.nextSetBit(nextSetBit + 1)) != -1) {
591 if (set.cardinality() > 0) {
/frameworks/support/compat/java/android/support/v4/util/
H A DMapCollections.java512 public static <T> boolean equalsSetHelper(Set<T> set, Object object) { argument
513 if (set == object) {
520 return set.size() == s.size() && set.containsAll(s);
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp117 // set class member vars
162 void AudioResamplerDyn<TC, TI, TO>::Constants::set( function in class:android::AudioResamplerDyn::Constants
187 mConstants.set(128, 8, mSampleRate, mSampleRate); // TODO: set better
237 // create and set filter
392 mConstants.set(phases, halfLength, inSampleRate, mSampleRate);
/frameworks/base/core/java/android/app/
H A DAlarmManager.java187 * time the alarm is set to the time it is delivered, or delivery will fail. Only
188 * one-shot alarms can be set using this mechanism, not repeating alarms.
346 public void set(@AlarmType int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager
352 * Direct callback version of {@link #set(int, long, PendingIntent)}. Rather than
373 public void set(@AlarmType int type, long triggerAtMillis, String tag, OnAlarmListener listener, method in class:AlarmManager
385 * <p>Like {@link #set}, except you can also supply a period at which
396 * set a recurring alarm for the top of every hour but the phone was asleep
422 * @see #set
442 * is similar to {@link #set(int, long, PendingIntent)}, but allows the
455 * {@link #set(in
601 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, method in class:AlarmManager
617 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, method in class:AlarmManager
636 public void set(@AlarmType int type, long triggerAtMillis, long windowMillis, method in class:AlarmManager
[all...]

Completed in 771 milliseconds

1234567891011