Searched refs:target (Results 426 - 450 of 645) sorted by relevance

<<11121314151617181920>>

/frameworks/av/include/media/
H A DVolumeShaper.h860 S target = MAX_CURVE_TIME - x; local
861 if (target < MIN_CURVE_TIME) {
863 target = MIN_CURVE_TIME;
865 VS_LOG("reverse normalizedTime target: %f", target);
867 + (x - target) / it->mXTranslate.getScale());
877 const S target = local
880 VS_LOG("normalizedTime target x offset: %f", target);
882 + (x - target) / i
[all...]
/frameworks/base/cmds/app_process/
H A DAndroid.mk65 # depending on the target configuration.
/frameworks/base/core/java/android/os/
H A DIUserManager.aidl102 boolean requestQuietModeEnabled(String callingPackage, boolean enableQuietMode, int userHandle, in IntentSender target);
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java30 * the target position becomes a child of the RecyclerView and then uses a
31 * {@link DecelerateInterpolator} to slowly approach to target position.
78 // Trigger a scroll to a further distance than TARGET_SEEK_SCROLL_DISTANCE_PX so that if target
79 // view is not laid out until interim target position is reached, we can detect the case before
80 // scrolling slows down and reschedule another interim target scroll
91 // Temporary variables to keep track of the interim scroll target. These values do not
134 + " of the target. Some calculations are wrong");
200 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
214 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
225 * When the target scrol
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java216 if (newMsg.target != mHandler) {
218 "newMsg.target is NOT mHandler after copyFrom"));
261 if (msg.target != null) {
263 "msg.target is NOT null when processing # %d", msg.what)));
/frameworks/base/libs/hwui/tests/unit/
H A DGlopBuilderTests.cpp50 EXPECT_EQ(expectedFill.texture.texture->target(), builtFill.texture.texture->target());
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
H A DSurfaceRenderFilter.java168 int target = input.getFormat().getTarget();
169 if (target != FrameFormat.TARGET_GPU) {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestMtpManager.java139 void importFile(int deviceId, int objectHandle, ParcelFileDescriptor target) argument
144 new ParcelFileDescriptor.AutoCloseOutputStream(target)) {
/frameworks/base/packages/SettingsLib/tests/integ/
H A DAndroid.mk36 mockito-target-minus-junit4 \
/frameworks/base/packages/SystemUI/shared/tests/
H A DAndroid.mk39 mockito-target-inline-minus-junit4 \
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTransformsAndAnimationsActivity.java167 private void startAnimator(View target) { argument
168 ObjectAnimator anim1b = ObjectAnimator.ofFloat(target, View.ALPHA, 0);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBracketExpr.java39 BracketExpr(Expr target, Expr arg) { argument
40 super(target, arg);
H A DResourceExpr.java52 public ResourceExpr(BindingTarget target, String packageName, String resourceType, argument
55 mTarget = target;
154 return "Resources may not be the target of a two-way binding expression: " +
/frameworks/native/libs/binder/
H A DBinder.cpp65 status_t IBinder::shellCommand(const sp<IBinder>& target, int in, int out, int err, argument
81 return target->transact(SHELL_COMMAND_TRANSACTION, send, &reply);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec33 EGLBoolean eglCopyBuffers ( EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target )
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
H A DItemTouchHelperActivity.java117 @NonNull RecyclerView.ViewHolder target) {
118 mAdapter.move(viewHolder.getAdapterPosition(), target.getAdapterPosition());
/frameworks/support/media-widget/src/androidTest/java/androidx/media/widget/
H A DVideoView2Test.java145 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) {
148 target.write(buffer, 0, len);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
H A DItemTouchHelperActivity.java117 @NonNull RecyclerView.ViewHolder target) {
118 mAdapter.move(viewHolder.getAdapterPosition(), target.getAdapterPosition());
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSmoothScroller.java28 * the target position becomes a child of the RecyclerView and then uses a
29 * {@link DecelerateInterpolator} to slowly approach to target position.
76 // Trigger a scroll to a further distance than TARGET_SEEK_SCROLL_DISTANCE_PX so that if target
77 // view is not laid out until interim target position is reached, we can detect the case before
78 // scrolling slows down and reschedule another interim target scroll
89 // Temporary variables to keep track of the interim scroll target. These values do not
135 + " of the target. Some calculations are wrong");
201 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
215 * @return SNAP_TO_START, SNAP_TO_END or SNAP_TO_ANY; depending on the current target vector
226 * When the target scrol
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java321 public void animateTo(PointF target) { argument
323 setStart(target.x, target.y);
325 anims[0].animateToFinalPosition(target.x);
326 anims[1].animateToFinalPosition(target.y);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java344 float target = right ? -mCallback.getMaxTranslationDistance()
346 target = snapBack ? 0 : target;
348 ValueAnimator animator = ValueAnimator.ofFloat(mTranslation, target);
349 mFlingAnimationUtils.apply(animator, mTranslation, target, vel);
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp120 TimePoint target = *(mWakeups.begin()); local
121 auto status = mCondition.wait_until(lock, target);
125 target = *(mWakeups.begin());
126 status = mCondition.wait_until(lock, target);
130 mWakeups.erase(target);
344 Error FakeComposerClient::setClientTarget(Display /*display*/, buffer_handle_t /*target*/,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp520 const sp<GraphicBuffer>& target,
525 if (mIsUsingVrComposer && target.get()) {
527 .width = target->getWidth(),
528 .height = target->getHeight(),
529 .stride = target->getStride(),
530 .layerCount = target->getLayerCount(),
531 .format = static_cast<types::V1_0::PixelFormat>(target->getPixelFormat()),
532 .usage = target->getUsage(),
538 if (target.get()) {
539 handle = target
519 setClientTarget(Display display, uint32_t slot, const sp<GraphicBuffer>& target, int acquireFence, Dataspace dataspace, const std::vector<IComposerClient::Rect>& damage) argument
[all...]
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java525 final TargetTuple target = findInvisibleTarget(mConfig);
529 scrollToPositionWithOffset(target.mPosition, offset);
531 final View child = mLayoutManager.findViewByPosition(target.mPosition);
634 final TargetTuple target = findInvisibleTarget(mConfig);
636 scrollToPosition(target.mPosition);
638 final View child = mLayoutManager.findViewByPosition(target.mPosition);
647 if (target.mLayoutDirection == LAYOUT_START) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java460 private void animateSliderTo(int target) { argument
463 mControl.setValue(target);
469 mSliderAnimator = ValueAnimator.ofInt(mControl.getValue(), target);

Completed in 642 milliseconds

<<11121314151617181920>>