Searched refs:target (Results 226 - 250 of 385) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DProgressBar.java780 final Drawable target = getTintTarget(R.id.progress, true);
781 if (target != null) {
783 target.setTintList(mProgressTintInfo.mProgressTintList);
786 target.setTintMode(mProgressTintInfo.mProgressTintMode);
791 if (target.isStateful()) {
792 target.setState(getDrawableState());
805 final Drawable target = getTintTarget(R.id.background, false);
806 if (target != null) {
808 target.setTintList(mProgressTintInfo.mProgressBackgroundTintList);
811 target
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp379 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
382 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
384 (GLenum)target,
389 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */
392 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
394 (GLenum)target,
399 /* void glBindRenderbuffer ( GLenum target, GLuint renderbuffer ) */
402 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
404 (GLenum)target,
409 /* void glBindTexture ( GLenum target, GLuin
381 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
391 android_glBindFramebuffer__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
401 android_glBindRenderbuffer__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
411 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
474 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
515 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
554 android_glCheckFramebufferStatus__I(JNIEnv *_env, jobject _this, jint target) argument
625 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
654 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
684 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
700 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1263 android_glFramebufferRenderbuffer__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
1275 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
1383 android_glGenerateMipmap__I(JNIEnv *_env, jobject _this, jint target) argument
2496 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2546 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2606 android_glGetFramebufferAttachmentParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2651 android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2797 android_glGetRenderbufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2847 android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3246 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3296 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3334 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3384 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3852 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
4012 android_glRenderbufferStorage__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
4244 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
4276 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4287 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
4337 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4375 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
4386 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4436 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4474 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp746 /* void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image ) */
749 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
761 (GLenum)target,
769 /* void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image ) */
772 (JNIEnv *_env, jobject _this, jint target, jobject image_buf) {
784 (GLenum)target,
1357 /* void glGetTexParameterxvOES ( GLenum target, GLenum pname, GLfixed *params ) */
1360 (JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) {
1386 (GLenum)target,
1401 /* void glGetTexParameterxvOES ( GLenum target, GLenu
748 android_glEGLImageTargetTexture2DOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
771 android_glEGLImageTargetRenderbufferStorageOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
1359 android_glGetTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1403 android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1798 android_glMultiTexCoord4xOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
1964 android_glTexEnvxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
1975 android_glTexEnvxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2019 android_glTexEnvxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2043 android_glTexParameterxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2054 android_glTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2098 android_glTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2144 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
2326 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
2338 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2388 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2437 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
2619 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
2630 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
2642 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
2655 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2706 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2745 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
[all...]
/frameworks/base/cmds/app_process/
H A DAndroid.mk27 # depending on the target configuration.
/frameworks/base/core/java/android/net/
H A DProxyDataTracker.java125 public void startMonitoring(Context context, Handler target) { argument
127 mTarget = target;
/frameworks/base/core/java/android/os/
H A DFileBridge.java85 public void setTargetFile(FileDescriptor target) { argument
86 mTarget = target;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceTargetFilter.java160 int target = input.getFormat().getTarget();
161 if (target != FrameFormat.TARGET_GPU) {
/frameworks/base/tests/Camera2Tests/CameraToo/tests/
H A DAndroid.mk23 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewPropertyAlphaActivity.java105 private void startAnim(View target) { argument
106 ObjectAnimator anim = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
/frameworks/base/tools/layoutlib/bridge/tests/
H A DAndroid.mk22 LOCAL_JAVACFLAGS := -source 6 -target 6
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh96 --target)
137 echo " --target <name> Android build target. Execute 'android list targets' to list available targets and their ID's."
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
/frameworks/ex/camera2/portability/tests/
H A DAndroid.mk23 android-support-test mockito-target
/frameworks/ex/camera2/utils/tests/
H A DAndroid.mk22 LOCAL_STATIC_JAVA_LIBRARIES := android-ex-camera2-utils android-support-test mockito-target
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneStateIntentReceiver.java64 public PhoneStateIntentReceiver(Context context, Handler target) { argument
67 setTarget(target);
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp151 int target) {
158 data.writeInt32(target);
263 int target = data.readInt32(); local
264 reply->writeInt32(setMediaTimeTransform(xform, target));
150 setMediaTimeTransform(const LinearTransform& xform, int target) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java67 public FrameFormat(int baseType, int target) { argument
69 mTarget = target;
200 // Check target
257 // Check target
358 public static String targetToString(int target) { argument
359 switch (target) {
396 throw new RuntimeException("Unknown target type '" + targetString + "'!");
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java40 void glTexParameterfv(int target, int pname, float[] param, int offset); argument
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk66 # See build/target/board/generic/BoardConfig.mk for a description of this setting.
73 # See build/target/board/generic/BoardConfig.mk for a description of this setting.
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh147 git config target.os android
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py50 target_branch: name of the target branch (in the goog remote).
88 target_branch: name of the target branch.
164 target_branch: target branch name to merge and push to.
255 target_branch: name of the target branch to merget to.
300 target_branch: name of the target branch (in the goog remote).
369 '', '--target',
381 Push(options.target)
384 options.target, options.force)
386 _MergeChromiumProjects(options.revision, options.target)
389 _MergeChromiumProjects(first_upstream_sha, options.target)
[all...]
/frameworks/base/cmds/idmap/
H A Dscan.cpp94 String16 target; local
102 target = String16(p, len);
114 if (target == String16(target_package_name)) {
229 ALOGE("error: failed to create idmap for target=%s overlay=%s idmap=%s\n",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java306 float target = mTranslation < 0 ? -mCallback.getPageWidth() : mCallback.getPageWidth();
307 target = snapBack ? 0 : target;
309 ValueAnimator animator = ValueAnimator.ofFloat(mTranslation, target);
310 mFlingAnimationUtils.apply(animator, mTranslation, target, vel);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp110 // initialize target-dependent sections
403 LDSection* target = m_pModule->getSection((*out)->name()); local
404 assert(target != NULL && target->hasSectionData());
406 *target->getSectionData())) {
407 builder.UpdateSectionAlign(*target, *out_sect);
408 m_LDBackend.updateSectionFlags(*target, *out_sect);
470 /// target-dependent symbols
472 /// target symbols, return false
553 // 1. its section kind is changed to Ignore. (The target sectio
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java517 public boolean onStartNestedScroll(View child, View target, int axes) { argument
525 public void onNestedScrollAccepted(View child, View target, int axes) { argument
526 super.onNestedScrollAccepted(child, target, axes);
535 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
542 public void onStopNestedScroll(View target) { argument
543 super.onStopNestedScroll(target);
557 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) { argument
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp561 static void SC_ForEach_SAA(android::renderscript::rs_script target, argument
565 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, NULL, 0, NULL);
568 static void SC_ForEach_SAA(android::renderscript::rs_script *target, argument
572 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, NULL, 0, NULL);
577 static void SC_ForEach_SAAU(android::renderscript::rs_script target, argument
582 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, NULL);
585 static void SC_ForEach_SAAU(android::renderscript::rs_script *target, argument
590 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, NULL);
595 static void SC_ForEach_SAAUS(android::renderscript::rs_script target, argument
601 rsrForEach(rsc, (Script*)target
604 SC_ForEach_SAAUS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, const RsScriptCall *call) argument
615 SC_ForEach_SAAUL(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen) argument
624 SC_ForEach_SAAUL(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1455 SC_ForEach_SAA(::rs_script target, ::rs_allocation in, ::rs_allocation out) argument
1462 SC_ForEach_SAAUS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, const RsScriptCall *call) argument
1471 SC_ForEach_SAAUL(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
[all...]

Completed in 840 milliseconds

1234567891011>>