Searched refs:target (Results 1 - 25 of 385) sorted by last modified time

1234567891011>>

/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java55 Log.d(TAG, "testing if target is reached");
60 int target = mScroller.getFinalY();
64 assertEquals("given enough time, scroller should reach target position", target,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java526 public boolean onStartNestedScroll(View child, View target, int axes) { argument
534 public void onNestedScrollAccepted(View child, View target, int axes) { argument
535 super.onNestedScrollAccepted(child, target, axes);
544 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, argument
551 public void onStopNestedScroll(View target) { argument
552 super.onStopNestedScroll(target);
566 public boolean onNestedFling(View target, float velocityX, float velocityY, boolean consumed) { argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java29 * {@link android.view.animation.LinearInterpolator} until the target position becames a child of
31 * {@link android.view.animation.DecelerateInterpolator} to slowly approach to target position.
73 // Trigger a scroll to a further distance than TARGET_SEEK_SCROLL_DISTANCE_PX so that if target
74 // view is not laid out until interim target position is reached, we can detect the case before
75 // scrolling slows down and reschedule another interim target scroll
86 // Temporary variables to keep track of the interim scroll target. These values do not
128 + " of the target. Some calculations are wrong");
194 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
208 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
219 * When the target scrol
[all...]
H A DStaggeredGridLayoutManager.java697 // Use regular anchor position, offset according to pending offset and target
704 final int target = mPrimaryOrientation.getEndAfterPadding() -
706 anchorInfo.mOffset = target - mPrimaryOrientation.getDecoratedEnd(child);
708 final int target = mPrimaryOrientation.getStartAfterPadding() +
710 anchorInfo.mOffset = target - mPrimaryOrientation.getDecoratedStart(child);
1352 // The target position we are trying to reach.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java197 final TargetTuple target = findInvisibleTarget(config);
198 final String logPrefix = config + " " + target;
202 scrollToPositionWithOffset(target.mPosition, offset);
204 final View child = mLayoutManager.findViewByPosition(target.mPosition);
246 final int target;
250 target = tailTarget;
253 target = headTarget;
258 config + " target:" + target + " min:" + minPosition + ", max:" + maxPosition);
260 return new TargetTuple(target, itemLayoutDirectio
[all...]
H A DStaggeredGridLayoutManagerTest.java1144 final TargetTuple target = findInvisibleTarget(config);
1148 scrollToPositionWithOffset(target.mPosition, offset);
1150 final View child = mLayoutManager.findViewByPosition(target.mPosition);
1198 final int target;
1202 target = tailTarget;
1205 target = headTarget;
1210 config + " target:" + target + " min:" + minPosition + ", max:" + maxPosition);
1212 return new TargetTuple(target, itemLayoutDirection);
1288 final TargetTuple target
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java193 private void validateCycle(Node target, Node original) { argument
194 for (int ct = 0; ct < target.mOutputs.size(); ct++) {
195 final ConnectLine cl = target.mOutputs.get(ct);
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpClient.java75 public HttpResponse execute(HttpHost target, HttpRequest request) { argument
85 public HttpResponse execute(HttpHost target, HttpRequest request, HttpContext context) { argument
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh147 git config target.os android
/frameworks/webview/chromium/tools/
H A Dmerge_from_chromium.py131 def _MergeProjects(version, root_sha1, target, unattended, buildspec_url):
140 target: The target branch to merge to.
186 '-t', remote + '/' + target],
207 '-t', 'history/' + target])
280 'GypAndroid.*.mk', '*.target.*.mk',
301 merge_common.GetCommandStdout(['git', 'add', '-f', '*.target.*.mk'],
424 def Snapshot(root_sha1, release, target, unattended, buildspec_url):
434 target: The target branc
[all...]
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/webview/chromium/
H A Dversion.mk65 $(warning Could not determine target architecture for versioning)
/frameworks/rs/cpu_ref/linkloader/lib/
H A DStubLayout.cpp97 uint64_t *target = reinterpret_cast<uint64_t*>(stub + 4); local
98 *target = reinterpret_cast<uint64_t>(addr);
112 void **target = (void **)(stub + 4); local
113 *target = addr;
139 void **target = (void **)(stub + 1); local
140 *target = addr;
160 uint64_t *target = reinterpret_cast<uint64_t*>(stub + 6); local
161 *target = reinterpret_cast<uint64_t>(addr);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp377 static uint8_t * addBranch(uint8_t *buf, const uint8_t *target, uint32_t condition) { argument
378 size_t off = (target - buf - 8) >> 2;
/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...]
H A DrsdShader.cpp407 const GLenum target = drvTex->glTarget; local
408 if (!target) {
418 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
423 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
427 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
433 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTER,
436 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MAG_FILTER,
438 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_S, transNP[s->mHal.state.wrapS]);
439 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_WRAP_T, transNP[s->mHal.state.wrapT]);
442 RSD_CALL_GL(glTexParameteri, target, GL_TEXTURE_MIN_FILTE
[all...]
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk34 bc_clang_cc1_cflags += -target-feature +long64
45 -target $(BCC_RS_TRIPLE) \
/frameworks/rs/java/tests/RsTest/
H A DAndroid.mk24 LOCAL_RENDERSCRIPT_FLAGS := -target-api 0
/frameworks/rs/
H A DrsRuntime.h157 void rsrForEach(Context *, Script *target,
H A DrsScriptC_Lib.cpp229 Script *target,
233 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
228 rsrForEach(Context *rsc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
H A Dupdate_rs_prebuilts.sh63 echo Building for target $1
127 sys_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/system/lib
128 obj_lib_dir=$MY_ANDROID_DIR/out/target/product/${SYS_NAMES[$i]}/obj/lib
141 cp $MY_ANDROID_DIR/out/target/common/obj/JAVA_LIBRARIES/android-support-v8-renderscript_intermediates/javalib.jar renderscript/lib
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/tests/
H A DAndroid.mk8 LOCAL_STATIC_JAVA_LIBRARIES := mockito-target android-support-v4
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DTransitionHelper.java116 public void excludeChildren(Object transition, View target, boolean exclude); argument
/frameworks/support/v4/eclair/android/support/v4/view/
H A DKeyEventCompatEclair.java29 Object target) {
30 return event.dispatch(receiver, (KeyEvent.DispatcherState)state, target);
28 dispatch(KeyEvent event, KeyEvent.Callback receiver, Object state, Object target) argument

Completed in 320 milliseconds

1234567891011>>