Searched defs:set (Results 126 - 150 of 272) sorted by relevance

1234567891011

/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java308 public void set(View object, State value) { method in class:EpicenterTranslateClipReveal.StateProperty
/frameworks/base/core/java/com/android/internal/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/base/core/jni/android/graphics/
H A DGraphicBuffer.cpp67 jmethodID set; member in struct:android::__anon1000
182 rect.set(Rect(buffer->getWidth(), buffer->getHeight()));
215 INVOKEV(dirtyRect, gRectClassInfo.set,
324 gRectClassInfo.set = GetMethodIDOrDie(env, clazz, "set", "(IIII)V");
/frameworks/base/core/jni/
H A Dandroid_net_TrafficStats.cpp129 uint32_t idx, cur_uid, set; local
136 &idx, iface, &tag, &cur_uid, &set, &rxBytes, &rxPackets,
H A Dcom_android_internal_net_NetworkStatsFactory.cpp44 jfieldID set; member in struct:android::__anon1107
58 int32_t set; member in struct:android::stats_line
211 &s.uid, &s.set, &s.rxBytes, &s.rxPackets,
237 ScopedIntArrayRW set(env, get_int_array(env, stats,
238 gNetworkStatsClassInfo.set, size, grow));
239 if (set.get() == NULL) return -1;
270 set[i] = lines[i].set;
284 env->SetObjectField(stats, gNetworkStatsClassInfo.set, set
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRect.java270 public void set(int left, int top, int right, int bottom) { method in class:Rect
283 public void set(Rect src) { method in class:Rect
415 * rectangle, return true and set this rectangle to that intersection,
428 * (and this rectangle is then set to that intersection) else
444 * If the specified rectangle intersects this rectangle, return true and set
451 * (and this rectangle is then set to that intersection) else
460 * If rectangles a and b intersect, return true and set this rectangle to
467 * @return true iff the two specified rectangles intersect. If they do, set
518 * it is set to the specified rectangle.
544 * it is set t
[all...]
H A DRectF.java197 public void set(float left, float top, float right, float bottom) { method in class:RectF
210 public void set(RectF src) { method in class:RectF
223 public void set(Rect src) { method in class:RectF
328 * rectangle, return true and set this rectangle to that intersection,
341 * (and this rectangle is then set to that intersection) else
365 * If the specified rectangle intersects this rectangle, return true and set
372 * (and this rectangle is then set to that intersection) else
380 * If rectangles a and b intersect, return true and set this rectangle to
387 * @return true iff the two specified rectangles intersect. If they do, set
443 dst.set(FastMat
[all...]
/frameworks/base/libs/hwui/
H A DFrameInfo.h77 set(FrameInfoIndex::Vsync) = vsyncTime;
78 set(FrameInfoIndex::IntendedVsync) = intendedVsync;
81 set(FrameInfoIndex::HandleInputStart) = vsyncTime;
82 set(FrameInfoIndex::AnimationStart) = vsyncTime;
83 set(FrameInfoIndex::PerformTraversalsStart) = vsyncTime;
84 set(FrameInfoIndex::DrawStart) = vsyncTime;
89 set(FrameInfoIndex::Flags) |= static_cast<uint64_t>(frameInfoFlag);
94 inline int64_t& set(FrameInfoIndex index) { function in class:android::uirenderer::UiFrameInfoBuilder
106 set(FrameInfoIndex::SyncStart) = systemTime(CLOCK_MONOTONIC);
110 set(FrameInfoInde
160 inline int64_t& set(FrameInfoIndex index) { function in class:android::uirenderer::FrameInfo
[all...]
H A DRect.h112 inline void set(float left, float top, float right, float bottom) { function in class:android::uirenderer::Rect
119 inline void set(const Rect& r) { function in class:android::uirenderer::Rect
120 set(r.left, r.top, r.right, r.bottom);
123 inline void set(const SkIRect& r) { function in class:android::uirenderer::Rect
124 set(r.left(), r.top(), r.right(), r.bottom());
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java151 public void set(GnssNavigationMessage navigationMessage) { method in class:GnssNavigationMessage
246 * this value can be set to -1.)</li>
H A DGpsNavigationMessage.java95 public void set(GpsNavigationMessage navigationMessage) { method in class:GpsNavigationMessage
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java77 set(mStatus, testTtff);
86 set(otherStatus, testTtff);
89 set(mStatus, otherStatus);
105 set(mStatus, otherStatus);
118 set(mStatus, otherStatus);
133 set(mStatus, otherStatus);
148 set(mStatus, otherStatus);
163 set(mStatus, otherStatus);
235 private static void set(GpsStatus status, int ttff) throws Exception { method in class:GpsStatusTest
242 private static void set(GpsStatu method in class:GpsStatusTest
254 private static void set( method in class:GpsStatusTest
[all...]
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java67 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
73 set(context, playPausebuttonId, playPausebutton, stopButtonId, stopButton, sessionText, stream, session);
78 public void set(Context context, int playPausebuttonId, ImageView playPausebutton, method in class:SimplePlayer
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java40 * @param dataArray values to set the matrix to, must be 16
73 * @param x column of the value to set
74 * @param y row of the value to set
76 public void set(int x, int y, float v) { method in class:Matrix4f
238 set(i,0, ri0);
239 set(i,1, ri1);
240 set(i,2, ri2);
241 set(i,3, ri3);
267 * with the right and bottom clipping planes set to the given
268 * values. Left and top clipping planes are set t
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DPerformAdbBackupTask.java126 void addPackagesToSet(TreeMap<String, PackageInfo> set, List<String> pkgNames) { argument
128 if (!set.containsKey(pkgName)) {
133 set.put(pkgName, info);
240 // doAllApps supersedes the package set if any
256 // host & provider packages in the set
263 Slog.i(TAG, "Adding widget participants to backup set:");
278 // set to false.
283 // Now we cull any inapplicable / inappropriate packages from the set. This
308 // flatten the set of packages now so we can explicitly control the ordering
465 mLatch.set(tru
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredComponent.java37 private static final String TAG_SET = "set";
41 private static final String ATTR_SET = "set"; // number
61 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, argument
69 if (set != null) {
70 final int N = set.length;
75 ComponentName cn = set[i];
134 mParseError = "No name in set tag in preferred activity "
139 mParseError = "Too many set tags in preferred activity "
146 mParseError = "Bad set name " + name + " in preferred activity "
165 mParseError = "Not enough set tag
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPolicyControl.java223 private void dump(String name, ArraySet<String> set, PrintWriter pw) { argument
225 final int n = set.size();
228 pw.print(set.valueAt(i));
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp81 int set(int type, struct timespec *ts);
101 int AlarmImpl::set(int type, struct timespec *ts) function in class:android::AlarmImpl
218 ALOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
233 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
369 RTC change notifications, just set up as cancelable */
395 int result = impl->set(type, &ts);
398 ALOGE("Unable to set alarm to %lld.%09lld: %s\n",
427 {"set", "(JIJJ)V", (void*)android_server_AlarmManagerService_set},
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java189 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
/frameworks/base/tests/net/java/android/net/
H A DNetworkStatsTest.java612 private static void assertContains(NetworkStats stats, String iface, int uid, int set, argument
615 int index = stats.findIndex(iface, uid, set, tag, metered, roaming);
617 assertValues(stats, index, iface, uid, set, tag, metered, roaming,
621 private static void assertValues(NetworkStats stats, int index, String iface, int uid, int set, argument
625 assertValues(entry, iface, uid, set, tag, metered, roaming);
630 NetworkStats.Entry entry, String iface, int uid, int set, int tag, int metered,
634 assertEquals(set, entry.set);
629 assertValues( NetworkStats.Entry entry, String iface, int uid, int set, int tag, int metered, int roaming) argument
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp21 #include <set>
422 bool set = false; local
424 if (!set) {
425 set = true;
433 if (!set) {
434 set = true;
442 if (!set) {
443 set = true;
451 if (!set) {
452 set
[all...]
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java84 AnimatorSetHolder set = sAnimatorSets.getDelegate(setPtr);
85 assert set != null;
86 set.addAnimator(animator);
154 /*package*/ static void nStart(long animatorSetPtr, VectorDrawableAnimatorRT set, int id) { argument
162 /*package*/ static void nReverse(long animatorSetPtr, VectorDrawableAnimatorRT set, int id) { argument
235 * Method to set an {@link Integer} value for this property. The default implementation of
243 * Method to set an {@link Integer} value for this property. The default implementation of
/frameworks/minikin/include/minikin/
H A DMinikinFont.h66 void set(const MinikinRect& r) { function in struct:minikin::MinikinRect
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp79 void BlobCache::set(const void* key, size_t keySize, const void* value, function in class:android::BlobCache
82 ALOGV("set: not caching because the key is too large: %zu (limit: %zu)",
87 ALOGV("set: not caching because the value is too large: %zu (limit: %zu)",
92 ALOGV("set: not caching because the combined key/value size is too "
97 ALOGW("set: not caching because keySize is 0");
101 ALOGW("set: not caching because valueSize is 0");
123 ALOGE("set: not caching new key/value pair because "
129 ALOGV("set: not caching new key/value pair because the "
138 ALOGV("set: created new cache entry with %zu byte key and %zu byte value",
153 ALOGE("set
[all...]
/frameworks/native/include/ui/
H A DRect.h182 inline void set(const Rect& rhs) { operator = (rhs); } function in class:android::Rect

Completed in 768 milliseconds

1234567891011