Searched refs:left (Results 1 - 25 of 852) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1039 XAuint32 left; member in struct:XARectangle_
1584 XAuint32 left; member in struct:XAFocusPointPosition_
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.cpp29 short left; member in struct:__anon2109
244 mixBuffer->left += (short) (source->left * track->mGains[0]);
250 mixBuffer->left += source->left;
258 mixBuffer->left = (short) (source->left * track->mGains[0]);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp38 short left; member in struct:__anon2177
142 stereoBuffer1[i].left = pcm;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c52 short left; member in struct:__anon2183
153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0;
154 sine[i].right = sine[i].left;
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
158 square[i].right = square[i].left;
161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0;
162 sawtooth[i].right = sawtooth[i].left;
165 half[i].left = sine[i].left;
/frameworks/support/transition/api14/android/support/transition/
H A DViewOverlayApi14.java296 int left = child.getLeft();
304 dirty.offset(left + offset[0], top + offset[1]);
313 protected ViewParent invalidateChildInParentFast(int left, int top, Rect dirty) { argument
318 sInvalidateChildInParentFastMethod.invoke(mHostView, left, top, dirty);
H A DViewUtilsApi14.java144 public void setLeftTopRightBottom(View v, int left, int top, int right, int bottom) { argument
145 v.setLeft(left);
/frameworks/support/transition/api22/android/support/transition/
H A DViewUtilsApi22.java36 public void setLeftTopRightBottom(View v, int left, int top, int right, int bottom) { argument
40 sSetLeftTopRightBottomMethod.invoke(v, left, top, right, bottom);
/frameworks/support/transition/base/android/support/transition/
H A DViewUtilsImpl.java45 void setLeftTopRightBottom(View v, int left, int top, int right, int bottom); argument
/frameworks/support/transition/src/android/support/transition/
H A DChangeBounds.java81 return new PointF(mBounds.left, mBounds.top);
115 int left = view.getLeft();
119 ViewUtils.setLeftTopRightBottom(view, left, top, right, bottom);
132 int left = Math.round(topLeft.x);
136 ViewUtils.setLeftTopRightBottom(view, left, top, right, bottom);
149 int left = Math.round(topLeft.x);
151 int right = left + view.getWidth();
153 ViewUtils.setLeftTopRightBottom(view, left, top, right, bottom);
274 final int startLeft = startBounds.left;
275 final int endLeft = endBounds.left;
[all...]
H A DChangeImageTransform.java92 int left = view.getLeft();
97 Rect bounds = new Rect(left, top, right, bottom);
H A DExplode.java61 int left = mTempLoc[0];
63 int right = left + view.getWidth();
65 transitionValues.values.put(PROPNAME_SCREEN_BOUNDS, new Rect(left, top, right, bottom));
93 return TranslationAnimationCreator.createAnimation(view, endValues, bounds.left, bounds.top,
104 int viewPosX = bounds.left;
114 endX += interruptedPosition[0] - bounds.left;
H A DRectEvaluator.java63 * (left, top, right, and bottom).
77 int left = startValue.left + (int) ((endValue.left - startValue.left) * fraction);
82 return new Rect(left, top, right, bottom);
84 mRect.set(left, top, right, bottom);
H A DSidePropagation.java93 int left = loc[0] + Math.round(sceneRoot.getTranslationX());
95 int right = left + sceneRoot.getWidth();
104 epicenterX = (left + right) / 2;
109 left, top, right, bottom);
122 int left, int top, int right, int bottom) {
144 distance = viewX - left + Math.abs(epicenterY - viewY);
121 distance(View sceneRoot, int viewX, int viewY, int epicenterX, int epicenterY, int left, int top, int right, int bottom) argument
H A DTransitionUtils.java49 int left = Math.round(bounds.left);
60 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY);
63 copy.layout(left, top, right, bottom);
89 matrix.postTranslate(-bounds.left, -bounds.top);
H A DViewUtils.java199 * @param left Left position, relative to parent
204 static void setLeftTopRightBottom(@NonNull View v, int left, int top, int right, int bottom) { argument
205 IMPL.setLeftTopRightBottom(v, left, top, right, bottom);
/frameworks/support/transition/tests/src/android/support/transition/
H A DAutoTransitionTest.java99 public void onLayoutChange(View v, int left, int top, int right, int bottom, argument
H A DChangeClipBoundsTest.java65 assertTrue(midClip.left > 0 && midClip.left < newClip.left);
98 assertTrue(midClip.left > 0 && midClip.left < newClip.left);
H A DTransitionTest.java313 assertThat(rect.left, is(1));
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
H A DFadeAndShortSlide.java233 int left = position[0];
240 left, top, startX, startY, endX, endY, sDecelerate, this);
264 int left = position[0];
271 startValues, left, top, startX, startY, endX, endY, sDecelerate /* sAccelerate */,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java150 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DHeadersSupportFragment.java153 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DBoundsRule.java23 * rectangular bound - left/top/right/bottom.
117 if (left == null) {
118 result.left = rect.left;
120 result.left = doCalculate(rect.left, left, rect.width());
126 result.right = doCalculate(rect.left, right, rect.width());
145 this.left = boundsRule.left !
156 public ValueRule left; field in class:BoundsRule
[all...]
H A DCompositeDrawable.java373 if (obj.getBoundsRule().left == null) {
374 obj.getBoundsRule().left = ValueRule.absoluteValue(value);
376 obj.getBoundsRule().left.setAbsoluteValue(value);
384 if (obj.getBoundsRule().left == null) {
385 return obj.mParent.getBounds().left;
387 return obj.getBoundsRule().left.getAbsoluteValue();
487 if (obj.getBoundsRule().left == null) {
488 obj.getBoundsRule().left = ValueRule.inheritFromParent(value);
490 obj.getBoundsRule().left.setFraction(value);
498 if (obj.getBoundsRule().left
[all...]
H A DFitWidthBitmapDrawable.java33 * will be scaled to fit the full width of the region and will be aligned to the top left corner.
153 mDest.left = 0;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java90 public void onLayoutChange(View v, int left, int top, int right, int bottom,

Completed in 3876 milliseconds

1234567891011>>