Searched defs:left (Results 1 - 25 of 334) 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.c29 short left; member in struct:__anon1754
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:__anon1822
142 stereoBuffer1[i].left = pcm;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c52 short left; member in struct:__anon1828
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/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
483 onSizeChanged(0, 0, right - left, bottom - top);
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
109 super.onLayout(changed, left, top, right, bottom);
H A DScaleFrameLayout.java93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
103 parentRight = (int)(pivotX + (right - left - pivotX) / mLayoutScaleX + 0.5f)
107 parentRight = right - left - getPaddingRight();
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java56 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
57 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java39 public static void setHotspotBounds(Drawable drawable, int left, int top, argument
41 drawable.setHotspotBounds( left, top, right, bottom);
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
49 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java76 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { argument
77 return new WindowInsetsCompatApi21(mSource.replaceSystemWindowInsets(left, top, right, bottom));
/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java34 * Returns the left system window inset in pixels.
40 * @return The left system window inset
127 * <p>A round window's left, top, right and bottom edges reach all the way to the
151 * @param left New left inset in pixels
157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { argument
190 * Returns the left stable inset in pixels.
198 * @return The left stable inset
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java47 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); argument
84 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
218 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
219 DrawableCompatLollipop.setHotspotBounds(drawable, left, top, right, bottom);
323 * direction is RTL (right-to left). See
339 * direction is RTL right-to-left. See {@link android.util.LayoutDirection}.
369 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, argument
371 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
/frameworks/support/v4/java/android/support/v4/view/
H A DKeyEventCompat.java54 int modifiers, int basic, int left, int right) {
56 final int directional = left | right;
53 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
H A DPagerTabStrip.java155 public void setPadding(int left, int top, int right, int bottom) { argument
159 super.setPadding(left, top, right, bottom);
265 final int left = mCurrText.getLeft() - mTabPadding;
270 canvas.drawRect(left, top, right, bottom, mTabPaint);
283 int left = mCurrText.getLeft() - mTabPadding;
287 r.set(left, top, right, bottom);
292 left = mCurrText.getLeft() - mTabPadding;
294 r.union(left, top, right, bottom);
H A DViewCompat.java328 * Scroll indicator direction for the left edge of the view.
376 void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); argument
533 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
534 view.invalidate(left, top, right, bottom);
1410 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
1411 ViewCompatJB.postInvalidateOnAnimation(view, left, top, right, bottom);
1799 * @param direction Negative to check scrolling left, positive to check scrolling right.
2023 * @param left The left coordinate of the rectangle to invalidate.
2028 public static void postInvalidateOnAnimation(View view, int left, in argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java70 * to emerge from: left or right (or start/end on platform versions that support layout direction.)
87 * guide</a>, any drawers positioned to the left/start should
90 * This preserves the same navigation left, actions right structure present in the Action Bar
449 * Set a simple drawable used for the left or right shadow. The drawable provided must have a
453 * <p>Note that for better support for both left-to-right and right-to-left layout
488 * Set a simple drawable used for the left or right shadow. The drawable provided must have a
492 * <p>Note that for better support for both left-to-right and right-to-left layout
1050 // Only one drawer is permitted along each vertical edge (left / righ
2086 onViewPositionChanged(View changedView, int left, int top, int dx, int dy) argument
2201 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]
H A DSlidingPaneLayout.java56 * of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
130 * Drawable used to draw the shadow between panes to support RTL (right to left language).
366 final int left;
371 left = panel.getLeft();
376 left = right = top = bottom = 0;
394 if (clampedChildLeft >= left && clampedChildTop >= top &&
918 * itself is open revealing the left pane, or if all content fits without sliding.
1008 mTmpRect.left = Math.max(mTmpRect.left, mSlideableView.getRight());
1093 * @deprecated Renamed to {@link #setShadowDrawableLeft(Drawable d)} to support LTR (left t
1342 onViewPositionChanged(View changedView, int left, int top, int dx, int dy) argument
1375 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]
H A DSwipeProgressBar.java104 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
233 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
270 void setBounds(int left, int top, int right, int bottom) { argument
271 mBounds.left = left;
H A DSwipeRefreshLayout.java581 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DViewDragHelper.java65 * Edge flag indicating that the left edge should be affected.
166 * @param left New X coordinate of the left edge of the view
171 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} argument
199 * @param xvel X velocity of the pointer as it left the screen in pixels per second.
200 * @param yvel Y velocity of the pointer as it left the screen in pixels per second.
300 * @param left Attempted motion along the X axis
301 * @param dx Proposed change in position for left
302 * @return The new clamped position for left
304 public int clampViewPositionHorizontal(View child, int left, in argument
1414 dragTo(int left, int top, int dx, int dy) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java40 public static void postInvalidateOnAnimation(View view, int left, int top, argument
42 view.postInvalidate(left, top, right, bottom);
/frameworks/support/v4/tests/java/android/support/v4/testutils/
H A DTestUtils.java131 * Checks whether the specified rectangle matches the specified left / top / right /
135 int left, int top, int right, int bottom) {
136 Assert.assertEquals(failMessagePrefix + " left", rectangle.left, left);
134 assertRectangleBounds(String failMessagePrefix, @NonNull Rect rectangle, int left, int top, int right, int bottom) argument
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java255 private boolean applyInsets(View view, Rect insets, boolean left, boolean top, argument
259 if (left && lp.leftMargin != insets.left) {
261 lp.leftMargin = insets.left;
415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
419 final int parentRight = right - left - getPaddingRight();

Completed in 370 milliseconds

1234567891011>>