Searched defs:target (Results 151 - 175 of 242) sorted by relevance

12345678910

/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java777 * @param target The list in which to place the headers.
779 public void onBuildHeaders(List<Header> target) { argument
795 * parsed Header into the target list.
798 * @param target The list in which the parsed headers should be placed.
800 public void loadHeadersFromResource(int resid, List<Header> target) { argument
908 target.add(header);
/frameworks/base/core/java/android/view/
H A DViewDebug.java734 public static void outputDisplayList(View root, View target) { argument
735 root.getViewRootImpl().outputDisplayList(target);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java109 /** The minimum touch target size in pixels. */
1002 // (1 / nSections). If the target position is near the previous
1076 final TextView target;
1079 target = mSecondaryText;
1082 target = mPrimaryText;
1085 // Set and layout target immediately.
1086 target.setText(text);
1087 measurePreview(target, bounds);
1088 applyLayout(target, bounds);
1095 final Animator showTarget = animateAlpha(target,
1540 animateScaleX(View v, float target) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1142 public LoadIconIntoViewTask(ImageView target) { argument
1143 mTargetView = target;
/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
H A DAutoScrollHelper.java76 * larger of either this value or the relative target value. Default value is
174 /** Whether to send a cancel motion event to the target view. */
198 * Creates a new helper for scrolling the specified target view.
201 * should be set as a touch listener on the target view.
206 * @param target The view to automatically scroll.
208 public AutoScrollHelper(View target) { argument
209 mTarget = target;
251 * By default, exclusive handling is disabled and the target view receives
258 * false to allow the target view to receive all touch events.
317 * Sets the target scrollin
874 AbsListViewAutoScroller(AbsListView target) argument
[all...]
H A DResolverDrawerLayout.java532 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { argument
537 public void onNestedScrollAccepted(View child, View target, int axes) { argument
538 super.onNestedScrollAccepted(child, target, axes);
550 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
558 public void onNestedPreScroll(View target, int dx, int dy, int[] consumed) { argument
565 public boolean onNestedPreFling(View target, float velocityX, float velocityY) { argument
574 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) { argument
583 public boolean onNestedPrePerformAccessibilityAction(View target, int action, Bundle args) { argument
584 if (super.onNestedPrePerformAccessibilityAction(target, action, args)) {
H A DSlidingTab.java161 * {@link #target} is the target the user must drag the slider past to trigger the slider.
183 private final ImageView target; field in class:SlidingTab.Slider
194 * @param targetId drawable for the target
212 // Create target
213 target = new ImageView(parent.getContext());
214 target.setImageResource(targetId);
215 target.setScaleType(ScaleType.CENTER);
216 target.setLayoutParams(
218 target
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1219 /* EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target ) */
1222 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) {
1221 android_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) argument
H A Dandroid_opengl_GLES11.cpp327 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
330 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
332 (GLenum)target,
337 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
340 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
363 (GLenum)target,
378 /* void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) */
381 (JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) {
402 (GLenum)target,
788 /* void glGetBufferParameteriv ( GLenum target, GLenu
329 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
339 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
380 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
790 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
840 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2003 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2053 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2091 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2141 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2179 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2229 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2538 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2549 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2610 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2659 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2709 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2747 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2758 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2808 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2846 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2896 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp206 const GLenum target = input[i]->GetTextureTarget(); local
212 targets.push_back(target);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java111 int target,
116 int target,
121 int target,
142 int target
146 int target,
157 int target,
194 int target,
201 int target,
209 int target
235 int target,
110 glBindFramebufferOES( int target, int framebuffer ) argument
115 glBindRenderbufferOES( int target, int renderbuffer ) argument
120 glBindTexture( int target, int texture ) argument
145 glCompressedTexImage2D( int target, int level, int internalformat, int width, int height, int border, int imageSize, java.nio.Buffer data ) argument
156 glCopyTexImage2D( int target, int level, int internalformat, int x, int y, int width, int height, int border ) argument
193 glFramebufferRenderbufferOES( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
200 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
234 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
242 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
260 glGetRenderbufferParameterivOES( int target, int pname, int[] params, int offset ) argument
267 glGetRenderbufferParameterivOES( int target, int pname, java.nio.IntBuffer params ) argument
320 glRenderbufferStorageOES( int target, int internalformat, int width, int height ) argument
333 glTexEnvf( int target, int pname, float param ) argument
339 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
346 glTexEnvfv( int target, int pname, java.nio.FloatBuffer params ) argument
352 glTexEnvx( int target, int pname, int param ) argument
358 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
365 glTexEnvxv( int target, int pname, java.nio.IntBuffer params ) argument
428 glTexParameterf( int target, int pname, float param ) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java215 private static boolean contains(int[] array, int target) { argument
217 if (value == target) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java547 private void captureLayoutValues(LayoutValues target) { argument
548 target.timeScale = mExpanded ? 1f : mClockCollapsedScaleFactor;
549 target.clockY = mClock.getBottom();
550 target.dateY = mDateGroup.getTop();
551 target.emergencyCallsOnlyAlpha = getAlphaForVisibility(mEmergencyCallsOnly);
552 target.alarmStatusAlpha = getAlphaForVisibility(mAlarmStatus);
553 target.dateCollapsedAlpha = getAlphaForVisibility(mDateCollapsed);
554 target.dateExpandedAlpha = getAlphaForVisibility(mDateExpanded);
555 target.avatarScale = mMultiUserAvatar.getScaleX();
556 target
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java599 RectF target = mTargetRect;
600 target.set(x, y, x + length, y + length);
618 if (drawTile(tile, canvas, source, target)) {
628 canvas.drawTexture(mPreview, source, target);
633 Tile tile, GLCanvas canvas, RectF source, RectF target) {
636 canvas.drawTexture(tile, source, target);
632 drawTile( Tile tile, GLCanvas canvas, RectF source, RectF target) argument
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerController.java786 private void animateScreenBrightness(int target, int rate) { argument
788 Slog.d(TAG, "Animating brightness: target=" + target +", rate=" + rate);
790 if (mScreenBrightnessRampAnimator.animateTo(target, rate)) {
792 mBatteryStats.noteScreenBrightness(target);
799 private void animateScreenStateChange(int target, boolean performScreenOffTransition) { argument
809 if (mPendingScreenOff && target != Display.STATE_OFF) {
814 if (target == Display.STATE_ON) {
838 } else if (target == Display.STATE_DOZE) {
856 } else if (target
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java818 public PackageDeleteObserverAdapter(Context context, IntentSender target, argument
821 mTarget = target;
859 public PackageInstallObserverAdapter(Context context, IntentSender target, int sessionId) { argument
861 mTarget = target;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java243 RenderTarget target,
247 shader.process(texture, target, width, height);
277 public void process(TextureSource texture, RenderTarget target, int width, int height) { argument
278 processMulti(new TextureSource[] { texture }, target, width, height);
281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { argument
285 focusTarget(target, width, height);
297 public void processNoInput(RenderTarget target, int width, int height) { argument
298 processMulti(new TextureSource[] {}, target, width, height);
476 throw new IllegalArgumentException("Expected 8 coordinates as target coordinates but "
487 throw new IllegalArgumentException("Expected 4x4 matrix for target transfor
242 renderTextureToTarget(TextureSource texture, RenderTarget target, int width, int height) argument
604 focusTarget(RenderTarget target, int width, int height) argument
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp88 DispatcherClass(const interface_type* iface, Expression* target);
108 DispatcherClass::DispatcherClass(const interface_type* iface, Expression* target) argument
111 targetExpression(target)
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp75 // Strip LSB (THUMB bit) if "S" is a THUMB target.
95 // rsym - The relocation target symbol
111 // Initialize got entry to target symbol address
145 // rsym - The relocation target symbol
175 // rsym - The relocation target symbol
489 // rsym - The relocation target symbol
586 // rsym - The relocation target symbol
801 // rsym - The relocation target symbol
822 // check if we shoule issue undefined reference for the relocation target
843 Relocator::DWord A = pReloc.target()
1410 Relocator::DWord target = pReloc.target(); local
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp1454 void glBindBuffer(GLenum target, GLuint buffer) argument
1457 if ((target!=GL_ARRAY_BUFFER) && (target!=GL_ELEMENT_ARRAY_BUFFER)) {
1470 ((target == GL_ARRAY_BUFFER) ?
1474 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) argument
1477 if ((target!=GL_ARRAY_BUFFER) && (target!=GL_ELEMENT_ARRAY_BUFFER)) {
1489 buffer_t const* bo = ((target == GL_ARRAY_BUFFER) ?
1508 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) argument
1511 if ((target!
[all...]
H A Dtexture.cpp633 GLenum target, GLenum pname, GLfixed param, ogles_context_t* c)
635 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
865 void glBindTexture(GLenum target, GLuint texture) argument
868 if (target != GL_TEXTURE_2D && target != GL_TEXTURE_EXTERNAL_OES) {
927 GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
930 if (uint32_t(target-GL_TEXTURE0) > uint32_t(GGL_TEXTURE_UNIT_COUNT)) {
934 const int tmu = target-GL_TEXTURE0;
942 GLenum target, GLfixe
632 texParameterx( GLenum target, GLenum pname, GLfixed param, ogles_context_t* c) argument
926 glMultiTexCoord4f( GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) argument
941 glMultiTexCoord4x( GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) argument
973 glTexEnvf(GLenum target, GLenum pname, GLfloat param) argument
979 glTexEnvfv( GLenum target, GLenum pname, const GLfloat *params) argument
997 glTexEnvx(GLenum target, GLenum pname, GLfixed param) argument
1003 glTexEnvxv( GLenum target, GLenum pname, const GLfixed *params) argument
1010 glTexParameteriv( GLenum target, GLenum pname, const GLint* params) argument
1030 glTexParameterf( GLenum target, GLenum pname, GLfloat param) argument
1037 glTexParameterx( GLenum target, GLenum pname, GLfixed param) argument
1044 glTexParameteri( GLenum target, GLenum pname, GLint param) argument
1056 glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1109 NativePixmapType target)
1121 return s->cnx->egl.eglCopyBuffers(dp->disp.dpy, s->surface, target);
1378 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, argument
1395 target, buffer, attrib_list);
1108 eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, NativePixmapType target) argument
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp217 /* void glTexImage2D(GLenum target,
234 void glTexSubImage2D(GLenum target,
251 /* void glCompressedTexImage2D(GLenum target,
278 /* void glCompressedTexSubImage2D(GLenum target,
479 /* void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) */
485 GLenum target = glmsg->args(0).intvalue(0); local
486 if (target == GL_ELEMENT_ARRAY_BUFFER) {
498 /* void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) */
499 GLenum target = glmsg->args(0).intvalue(0); local
503 if (target
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java1020 // Adding a non-existent target view makes sure that the transitions don't target
1021 // any views by default. They'll only target the views we tell add. If we don't
1391 String source, String target) {
1392 if (source != null && target != null && !source.equals(target)) {
1395 overrides.setValueAt(index, target);
1399 overrides.put(source, target);
1408 String target = targetNames.get(i);
1409 setNameOverride(state.nameOverrides, source, target);
1390 setNameOverride(ArrayMap<String, String> overrides, String source, String target) argument
[all...]

Completed in 6554 milliseconds

12345678910