Searched defs:set (Results 76 - 100 of 173) sorted by relevance

1234567

/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 Dandroid_view_GraphicBuffer.cpp70 jmethodID set; member in struct:android::__anon852
176 rect.set(Rect(buffer->getWidth(), buffer->getHeight()));
206 clipRect.set(rect.left, rect.top, rect.right, rect.bottom);
211 INVOKEV(dirtyRect, gRectClassInfo.set,
315 GET_METHOD_ID(gRectClassInfo.set, clazz, "set", "(IIII)V");
H A Dandroid_view_TextureView.cpp41 jmethodID set; member in struct:android::__anon878
152 rect.set(Rect(0x3FFF, 0x3FFF));
174 clipRect.set(rect.left, rect.top, rect.right, rect.bottom);
179 INVOKEV(dirtyRect, gRectClassInfo.set,
230 GET_METHOD_ID(gRectClassInfo.set, clazz, "set", "(IIII)V");
H A Dcom_android_internal_net_NetworkStatsFactory.cpp43 jfieldID set; member in struct:android::__anon882
55 int32_t set; member in struct:android::stats_line
208 &s.uid, &s.set, &s.rxBytes, &s.rxPackets,
234 ScopedIntArrayRW set(env, get_int_array(env, stats,
235 gNetworkStatsClassInfo.set, size, grow));
236 if (set.get() == NULL) return -1;
261 set[i] = lines[i].set;
274 env->SetObjectField(stats, gNetworkStatsClassInfo.set, set
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRect.java259 public void set(int left, int top, int right, int bottom) { method in class:Rect
272 public void set(Rect src) { method in class:Rect
376 * rectangle, return true and set this rectangle to that intersection,
389 * (and this rectangle is then set to that intersection) else
404 * If the specified rectangle intersects this rectangle, return true and set
411 * (and this rectangle is then set to that intersection) else
419 * If rectangles a and b intersect, return true and set this rectangle to
426 * @return true iff the two specified rectangles intersect. If they do, set
476 * it is set to the specified rectangle.
502 * it is set t
[all...]
H A DRectF.java198 public void set(float left, float top, float right, float bottom) { method in class:RectF
211 public void set(RectF src) { method in class:RectF
224 public void set(Rect src) { method in class:RectF
329 * rectangle, return true and set this rectangle to that intersection,
342 * (and this rectangle is then set to that intersection) else
366 * If the specified rectangle intersects this rectangle, return true and set
373 * (and this rectangle is then set to that intersection) else
381 * If rectangles a and b intersect, return true and set this rectangle to
388 * @return true iff the two specified rectangles intersect. If they do, set
444 dst.set(FastMat
[all...]
/frameworks/base/libs/hwui/
H A DMatrix.h224 inline void set(int i, int j, float v) { function in class:android::uirenderer::Matrix4
H A DRect.h103 inline void set(float left, float top, float right, float bottom) { function in class:android::uirenderer::Rect
110 inline void set(const Rect& r) { function in class:android::uirenderer::Rect
111 set(r.left, r.top, r.right, r.bottom);
134 set(tmp);
/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/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java104 * Returns whether the set succeeded.
106 public boolean set(StatusBarIcon icon) { method in class:StatusBarIconView
168 * iconPackage (if set)
170 * @param context Context to use to get resources if iconPackage is not set
/frameworks/base/policy/src/com/android/internal/policy/impl/
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/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/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp61 virtual int set(int type, struct timespec *ts) = 0;
75 int set(int type, struct timespec *ts);
87 int set(int type, struct timespec *ts);
109 int AlarmImplAlarmDriver::set(int type, struct timespec *ts) function in class:android::AlarmImplAlarmDriver
140 int AlarmImplTimerFd::set(int type, struct timespec *ts) function in class:android::AlarmImplTimerFd
250 ALOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
265 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
329 RTC change notifications, just set up as cancelable */
365 int result = impl->set(type, &ts);
368 ALOGE("Unable to set alar
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java318 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
319 return mContext.obtainStyledAttributes(set, attrs);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp136 status_t Loader::driver_t::set(void* hnd, int32_t api) function in class:android::Loader::driver_t
183 hnd->set( load_driver("GLESv1_CM", cnx, GLESv1_CM), GLESv1_CM );
184 hnd->set( load_driver("GLESv2", cnx, GLESv2), GLESv2 );
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java63 public GLDualGL2View(Context context, AttributeSet set) { argument
64 super(context, set);
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp41 set(orientation, 0, 0);
111 void Transform::set(float tx, float ty) function in class:android::Transform
124 void Transform::set(float a, float b, float c, float d) function in class:android::Transform
133 status_t Transform::set(uint32_t flags, float w, float h) function in class:android::Transform
235 out.set(transform(reg.bounds()));
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthAdapter.java75 public void set(CalendarDay date) { method in class:MonthAdapter.CalendarDay
199 // Invokes requestLayout() to ensure that the recycled view is set with the appropriate
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java151 public synchronized void set(int period, Runnable callback) { method in class:SipWakeupTimer
165 log("set: add event " + event + " scheduled on "
220 mAlarmManager.set(AlarmManager.ELAPSED_REALTIME_WAKEUP,
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal.cpp19 wifi_error wifi_get_supported_feature_set(wifi_interface_handle handle, feature_set *set) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java41 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
43 TypedArray array = context.obtainStyledAttributes(set, attrs);
47 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set, argument
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java58 * @param hidden If set to true, this item will be invisible from regular methods.
70 * @param hidden If set to true, this item will be invisible from regular methods.
198 * @param hidden If set to true, this item will be invisible to the regular methods.
308 mBucket.set(offset);
359 void set(int index) { method in class:ChildHelper.Bucket
362 next.set(index - BITS_PER_WORD);
412 set(index);
438 set(BITS_PER_WORD - 1);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix4f.java41 * @param dataArray values to set the matrix to, must be 16
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix4f
239 set(i,0, ri0);
240 set(i,1, ri1);
241 set(i,2, ri2);
242 set(i,3, ri3);
268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set t
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
89 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
110 ALOGE("set(): Could not get audioflinger");
134 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
155 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d pid %d", this, mDescriptor.name, mId,

Completed in 388 milliseconds

1234567