Searched refs:target (Results 251 - 275 of 509) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java272 //re-used list for selecting a swap target
845 ViewHolder target = mCallback.chooseDropTarget(viewHolder, swapTargets, x, y);
846 if (target == null) {
851 final int toPosition = target.getAdapterPosition();
853 if (mCallback.onMove(mRecyclerView, viewHolder, target)) {
854 // keep target visible
856 target, toPosition, x, y);
978 // swipe target is chose w/o applying flags so it does not really check if swiping in that
1127 View target = findChildView(event);
1130 if (anim.mViewHolder.itemView == target) {
1322 prepareForDrop(View view, View target, int x, int y) argument
1597 canDropOver(RecyclerView recyclerView, ViewHolder current, ViewHolder target) argument
1621 onMove(RecyclerView recyclerView, ViewHolder viewHolder, ViewHolder target) argument
1908 onMoved(final RecyclerView recyclerView, final ViewHolder viewHolder, int fromPos, final ViewHolder target, int toPos, int x, int y) argument
[all...]
/frameworks/av/media/audioserver/
H A DAndroid.mk43 # and use primary target architecture (32 or 64) for audioserver.
44 # first to build libraries and audioserver for the primary target architecture only.
/frameworks/base/core/java/android/os/
H A DShellCommand.java57 public void init(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, argument
59 mTarget = target;
76 public int exec(Binder target, FileDescriptor in, FileDescriptor out, FileDescriptor err, argument
87 init(target, in, out, err, args, start);
/frameworks/base/core/tests/coretests/
H A DAndroid.mk34 mockito-target \
52 $(call copy-file-to-new-target)
/frameworks/base/libs/hwui/
H A DGlop.h123 GLenum target; member in struct:android::uirenderer::Glop::Fill::TextureData
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java173 public void initProgram(FilterContext context, int target) { argument
174 switch (target) {
183 "target " + target + "!");
185 mTarget = target;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java219 float source, float target, float progress) {
220 // interpolate the angle from source to target
222 // shortest path to change source to target.
223 float diff = target - source;
232 float source, float target, float progress) {
233 return source + progress * (target - source);
218 interpolateAngle( float source, float target, float progress) argument
231 interpolateScale( float source, float target, float progress) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java125 IIntentSender target = mService.getIntentSenderLocked(
131 new IntentSender(target));
213 final IIntentSender target = mService.getIntentSenderLocked(
227 newIntent.putExtra(EXTRA_INTENT, new IntentSender(target));
/frameworks/base/services/tests/servicestests/
H A DAndroid.mk22 mockito-target
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h476 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
490 GLAPI void APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
518 GLAPI void APIENTRY glHint (GLenum target, GLenum mode);
540 GLAPI void APIENTRY glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q);
541 GLAPI void APIENTRY glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
567 GLAPI void APIENTRY glTexEnvf (GLenum target, GLenum pname, GLfloat param);
568 GLAPI void APIENTRY glTexEnvfv (GLenum target, GLenu
[all...]
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp225 char* target = buffer; local
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
236 *target = 0;
238 while (--target > buffer && *target == ' ') {
239 *target = 0;
/frameworks/base/core/java/android/transition/
H A DTransition.java105 * takes a set of {@link android.R.styleable#TransitionTarget target} tags, each
218 // Number of per-target instances of this Transition currently running. This count is
252 * Constructs a Transition object with no target objects. A transition with
253 * no targets defaults to running on all target objects in the scene hierarchy
254 * (if the transition is not contained in a TransitionSet), or all target
434 * values that the transition may need to set up initial target values
438 * want to set initial values on target views prior to the overall
445 * on all target views, so a Transition that wants to animate from a
449 * the transition needs to run on the given target and start/end values.
460 * <p>The method is called for every applicable target objec
803 isValidTarget(View target) argument
1186 excludeTarget(View target, boolean exclude) argument
1212 excludeChildren(View target, boolean exclude) argument
1221 excludeObject(ArrayList<T> list, T target, boolean exclude) argument
1311 addTarget(View target) argument
1326 removeTarget(View target) argument
1343 removeTarget(Class target) argument
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp147 // return true if area of 'target' completely covers area of 'covered'
148 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { argument
150 const int target_x_max = target.x_offset + target.width;
152 const int target_y_max = target.y_offset + target.height;
153 return target.x_offset <= covered.x_offset
155 && target.y_offset <= covered.y_offset
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java576 File target = null;
578 target = buildPath(DEVICE_ROOT, path);
580 target = buildPath(context.getFilesDir(), path);
582 target = buildPath(context.getCacheDir(), path);
584 target = buildPath(Environment.getExternalStorageDirectory(), path);
587 if (target != null) {
588 strat.addRoot(name, target);
601 * target.
/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java229 // C function void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param )
232 int target,
237 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
240 int target,
246 // C function void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
249 int target,
962 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
965 int target,
971 // C function void glGetBooleani_v ( GLenum target, GLuint index, GLboolean *data )
974 int target,
231 glFramebufferParameteri( int target, int pname, int param ) argument
239 glGetFramebufferParameteriv( int target, int pname, int[] params, int offset ) argument
248 glGetFramebufferParameteriv( int target, int pname, java.nio.IntBuffer params ) argument
964 glGetBooleani_v( int target, int index, boolean[] data, int offset ) argument
973 glGetBooleani_v( int target, int index, java.nio.IntBuffer data ) argument
993 glTexStorage2DMultisample( int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations ) argument
1028 glGetTexLevelParameteriv( int target, int level, int pname, int[] params, int offset ) argument
1038 glGetTexLevelParameteriv( int target, int level, int pname, java.nio.IntBuffer params ) argument
1047 glGetTexLevelParameterfv( int target, int level, int pname, float[] params, int offset ) argument
1057 glGetTexLevelParameterfv( int target, int level, int pname, java.nio.FloatBuffer params ) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java103 * Registers a new drop target for the current drag only.
105 public void registerDropTargetForCurrentDrag(DropTarget target) { argument
106 mDropTargets.add(target);
226 // Give priority to the current drop target to retain the touch handling
234 // Otherwise, find the next target to handle this event
236 for (DropTarget target : mDropTargets) {
237 if (target.acceptsDrop((int) evX, (int) evY, width, height,
239 currentDropTarget = target;
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java161 /** Bare bones representation of a sync target. */
237 final EndPoint target; field in class:SyncStorageEngine.AuthorityInfo
245 /** Time offset to add to any requests coming to this target. */
257 target = toCopy.target;
272 target = info;
285 mPeriodicSyncAddedListener.onPeriodicSyncAdded(target, new Bundle(),
293 return target + ", enabled=" + enabled + ", syncable=" + syncable + ", backoff="
333 void onPeriodicSyncAdded(EndPoint target, Bundle extras, long pollFrequency, long flex); argument
360 /** Reverse mapping for component name -> <userid -> target i
648 setSyncableStateForEndPoint(EndPoint target, int syncable) argument
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp409 const GLenum target = drvTex->glTarget; local
410 if (!target) {
420 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
425 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
429 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
435 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
438 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MAG_FILTER,
440 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, transNP[s->mHal.state.wrapS]);
441 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_T, transNP[s->mHal.state.wrapT]);
444 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTE
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java302 View directTargetChild, View target, int nestedScrollAxes) {
309 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, argument
312 if (target != scrollingChild) {
328 if (!ViewCompat.canScrollVertically(target, -1)) {
346 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { argument
351 if (target != mNestedScrollingChildRef.get() || !mNestedScrolled) {
385 public boolean onNestedPreFling(CoordinatorLayout coordinatorLayout, V child, View target, argument
387 return target == mNestedScrollingChildRef.get() &&
389 super.onNestedPreFling(coordinatorLayout, child, target,
301 onStartNestedScroll(CoordinatorLayout coordinatorLayout, V child, View directTargetChild, View target, int nestedScrollAxes) argument
H A DCoordinatorLayout.java1467 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { argument
1476 final boolean accepted = viewBehavior.onStartNestedScroll(this, view, child, target,
1488 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { argument
1489 mNestedScrollingParentHelper.onNestedScrollAccepted(child, target, nestedScrollAxes);
1491 mNestedScrollingTarget = target;
1503 viewBehavior.onNestedScrollAccepted(this, view, child, target, nestedScrollAxes);
1508 public void onStopNestedScroll(View target) { argument
1509 mNestedScrollingParentHelper.onStopNestedScroll(target);
1521 viewBehavior.onStopNestedScroll(this, view, target);
1531 public void onNestedScroll(View target, in argument
1556 onNestedPreScroll(View target, int dx, int dy, int[] consumed) argument
1591 onNestedFling(View target, float velocityX, float velocityY, boolean consumed) argument
1614 onNestedPreFling(View target, float velocityX, float velocityY) argument
1986 onStartNestedScroll(CoordinatorLayout coordinatorLayout, V child, View directTargetChild, View target, int nestedScrollAxes) argument
2011 onNestedScrollAccepted(CoordinatorLayout coordinatorLayout, V child, View directTargetChild, View target, int nestedScrollAxes) argument
2036 onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) argument
2068 onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed) argument
2101 onNestedPreScroll(CoordinatorLayout coordinatorLayout, V child, View target, int dx, int dy, int[] consumed) argument
2133 onNestedFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY, boolean consumed) argument
2161 onNestedPreFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java64 // If non-null, we are in the middle of animating from one wallpaper target
67 // If non-null, we are in the middle of animating from one wallpaper target
93 // is a wallpaper target and is done animating out, but the opening app isn't a wallpaper
94 // target and isn't done animating in.
135 if (DEBUG_WALLPAPER) Slog.v(TAG, "Wallpaper vis: target " + wallpaperTarget + ", obscured="
220 + " from " + winGoingAway + " target=" + mWallpaperTarget + " lower="
381 WindowState target = mWallpaperTarget;
382 if (target != null) {
383 if (target.mWallpaperX >= 0) {
384 mLastWallpaperX = target
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp495 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) */
498 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) {
512 (GLenum)target,
528 /* void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset ) */
531 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) {
533 (GLenum)target,
546 /* void glTexSubImage3D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) */
549 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) {
561 (GLenum)target,
578 /* void glTexSubImage3D ( GLenum target, GLin
497 android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) argument
530 android_glTexImage3D__IIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) argument
548 android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) argument
580 android_glTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) argument
599 android_glCopyTexSubImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) argument
616 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
646 android_glCompressedTexImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) argument
663 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
695 android_glCompressedTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) argument
857 android_glBeginQuery__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
867 android_glEndQuery__I(JNIEnv *_env, jobject _this, jint target) argument
876 android_glGetQueryiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
920 android_glGetQueryiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1012 android_glUnmapBuffer__I(JNIEnv *_env, jobject _this, jint target) argument
1023 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument
1538 android_glRenderbufferStorageMultisample__IIIII(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height) argument
1551 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
1564 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) argument
1577 android_glFlushMappedBufferRange__III(JNIEnv *_env, jobject _this, jint target, jint offset, jint length) argument
1740 android_glGetIntegeri_v__II_3II(JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) argument
1784 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
1824 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
1837 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
4007 android_glGetInteger64i_v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint index, jlongArray data_ref, jint offset) argument
4051 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
4075 android_glGetBufferParameteri64v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint pname, jlongArray params_ref, jint offset) argument
4119 android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4600 android_glBindTransformFeedback__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
4933 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
4977 android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) argument
5001 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
5049 android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) argument
5077 android_glTexStorage2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height) argument
5090 android_glTexStorage3D__IIIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height, jint depth) argument
5104 android_glGetInternalformativ__IIII_3II(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jintArray params_ref, jint offset) argument
5150 android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject params_buf) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp294 /* void glBindTexture ( GLenum target, GLuint texture ) */
297 (JNIEnv *_env, jobject _this, jint target, jint texture) {
299 (GLenum)target,
443 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
446 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
458 (GLenum)target,
472 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
475 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
487 (GLenum)target,
502 /* void glCopyTexImage2D ( GLenum target, GLin
296 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
445 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
474 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
504 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
520 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
1946 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
3187 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
3200 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
3518 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3529 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3601 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3661 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3672 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3744 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3804 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
3836 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3847 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3858 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
4086 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
4096 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
4137 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
4628 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4636 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5804 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
5854 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5892 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
5942 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5980 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6030 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6339 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6350 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6422 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6482 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
6532 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6570 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6581 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6631 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6669 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6719 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
7245 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
7260 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
7321 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
7529 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
7546 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
7564 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
7770 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
7820 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
7850 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
7899 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
8194 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java245 * See {@link #getTargetContext} to retrieve a Context for the target
266 * Return a Context for the target application being instrumented. Note
272 * @return A Context in the target application.
1472 * @param target Which activity is performing the start (and thus receiving
1493 Context who, IBinder contextThread, IBinder token, Activity target,
1496 Uri referrer = target != null ? target.onProvideReferrer() : null;
1521 token, target != null ? target.mEmbeddedID : null,
1539 IBinder token, Activity target, Inten
1492 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options) argument
1538 execStartActivities(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options) argument
1552 execStartActivitiesAsUser(Context who, IBinder contextThread, IBinder token, Activity target, Intent[] intents, Bundle options, int userId) argument
1615 execStartActivity( Context who, IBinder contextThread, IBinder token, String target, Intent intent, int requestCode, Bundle options) argument
1675 execStartActivity( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, UserHandle user) argument
1713 execStartActivityAsCaller( Context who, IBinder contextThread, IBinder token, Activity target, Intent intent, int requestCode, Bundle options, boolean ignoreTargetSecurity, int userId) argument
1945 SyncRunnable(Runnable target) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DProgressBar.java422 * Returns {@code true} if the target drawable needs to be tileified.
425 * @return {@code true} if the target drawable needs to be tileified,
866 final Drawable target = getTintTarget(R.id.progress, true);
867 if (target != null) {
869 target.setTintList(mProgressTintInfo.mProgressTintList);
872 target.setTintMode(mProgressTintInfo.mProgressTintMode);
877 if (target.isStateful()) {
878 target.setState(getDrawableState());
891 final Drawable target = getTintTarget(R.id.background, false);
892 if (target !
[all...]

Completed in 696 milliseconds

<<11121314151617181920>>