Searched refs:right (Results 176 - 200 of 501) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/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
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java423 int left = 0, right = 0, top = 0, bottom = 0;
434 right = layoutState.mOffset;
435 left = right - maxSize;
438 right = left + maxSize;
446 right = left + mOrientationHelper.getDecoratedMeasurementInOther(view);
454 right - params.rightMargin, bottom - params.bottomMargin);
458 + (right - params.rightMargin) + ", b:" + (bottom - params.bottomMargin)
482 lp.rightMargin + mDecorInsets.right);
/frameworks/av/media/libstagefright/
H A DMetaData.cpp83 int32_t right, int32_t bottom) {
87 r.mRight = right;
172 int32_t *right, int32_t *bottom) {
185 *right = r->mRight;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/av/services/audioflinger/
H A DAudioResampler.h59 virtual void setVolume(float left, float right);
H A DAudioResamplerDyn.h53 virtual void setVolume(float left, float right);
69 int mShift; // right shift to get polyphase index
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java88 return rect.right;
/frameworks/base/core/java/android/view/
H A DHardwareLayer.java154 int left, int top, int right, int bottom);
153 nUpdateRenderLayer(long layerUpdater, long displayList, int left, int top, int right, int bottom) argument
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java42 mRight = mActivity.findViewById(R.id.right);
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java48 mRightView = activity.findViewById(R.id.right);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java62 // We do not resize and scale system icons (on the right), only notification icons (on the
167 * Returns the right icon to use for this item, respecting the iconId and
262 final int tw = r.right - r.left;
265 int dw = r.left + tw + r.right;
269 mNumberX = w-r.right-((dw-r.right-r.left)/2);
H A DExpandableView.java97 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
98 super.onLayout(changed, left, top, right, bottom);
296 outRect.right += getTranslationX();
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp59 * side to an end color (default <1.0, 1.0, 1.0> on the right side. Where
360 layer->sourceCrop.right = width;
364 layer->displayFrame.right = width;
374 layer->sourceCrop.right = width;
378 layer->displayFrame.right = width;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp399 float insetR = (winWidth - winCrop.right ) * xScale;
404 crop.right -= insetR;
452 activeTransparentRegion.orSelf(Rect(activeCrop.right, activeCrop.top,
719 float right = float(win.right) / float(s.active.w); local
727 texCoords[2] = vec2(right, 1.0f - bottom);
728 texCoords[3] = vec2(right, 1.0f - top);
797 position[2] = tr.transform(win.right, win.bottom);
798 position[3] = tr.transform(win.right, win.top);
877 c.active.crop.right,
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DReplacementDrawableSpan.java46 return getBounds().right;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java26 * to the end, right edge hover card will be aligned to right of parent view excluding
27 * right padding.
30 // left and right of selected card view
74 mCardRight = mTmpRect.right - mTmpOffsets[0];
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java301 public static boolean addressTypeMatches(InetAddress left, InetAddress right) { argument
302 return (((left instanceof Inet4Address) && (right instanceof Inet4Address)) ||
303 ((left instanceof Inet6Address) && (right instanceof Inet6Address)));
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp156 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle,
159 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
169 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
172 obj->addRect(left, top, right, bottom, dir);
176 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
179 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
190 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) {
191 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
197 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) {
198 SkRect rect = SkRect::MakeLTRB(left, top, right, botto
155 arcTo(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle, jboolean forceMoveTo) argument
168 addRect(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
175 addOval(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
189 addArc(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) argument
196 addRoundRectXY(JNIEnv* env, jobject clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) argument
204 addRoundRect8(JNIEnv* env, jobject, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray array, jint dirHandle) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java103 boolean right = false;
113 right = true;
134 if (right) {
136 button.setText("right");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRangeTest.java72 // OK: right arg is null
170 Range<T> left, Range<T> right) {
172 " expected to be equal to right hash code for " + right,
173 left.hashCode(), right.hashCode());
169 assertHashCodeEquals( Range<T> left, Range<T> right) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java68 || insets.right != getPaddingRight()
71 setPadding(insets.left, insets.top, insets.right, 0);
75 insets.right = 0;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java301 e.getX()), mTranslateRect.right - widthBuffer);
403 float minX = getWidth() * marginFit + mTranslateRect.right * relativeDistance;
446 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
452 // We're at the left-side of the image; allow intercepting movements to the right
455 // We're at the right-side of the image; allow intercepting movements to the left
479 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
485 // We're at the left-side of the image; allow intercepting movements to the right
488 // We're at the right-side of the image; allow intercepting movements to the left
659 final int cropWidth = mCropRect.right - mCropRect.left;
751 protected void onLayout(boolean changed, int left, int top, int right, in argument
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DSharedElementCallback.java212 int right = existingBounds.right;
216 drawable.setBounds(left, top, right, bottom);
/frameworks/volley/src/com/android/volley/
H A DRequest.java574 Priority right = other.getPriority();
578 return left == right ?
580 right.ordinal() - left.ordinal();
/frameworks/base/libs/hwui/
H A DRenderProperties.h411 bool setRight(int right) { argument
412 if (RP_SET(mPrimitiveFields.mRight, right)) {
447 bool setLeftTopRightBottom(int left, int top, int right, int bottom) { argument
449 || right != mPrimitiveFields.mRight || bottom != mPrimitiveFields.mBottom) {
452 mPrimitiveFields.mRight = right;

Completed in 464 milliseconds

1234567891011>>