Searched refs:right (Results 276 - 300 of 772) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java44 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/libs/hwui/renderstate/
H A DScissor.cpp80 GLint width = std::max(0, ((int)clip.right) - x);
/frameworks/base/media/java/android/media/
H A DImageWriter.java374 crop.right, crop.bottom);
560 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom);
859 long timestampNs, int left, int top, int right, int bottom);
863 int top, int right, int bottom);
858 nativeQueueInputImage(long nativeCtx, Image image, long timestampNs, int left, int top, int right, int bottom) argument
861 nativeAttachAndQueueImage(long nativeCtx, long imageNativeBuffer, int imageFormat, long timestampNs, int left, int top, int right, int bottom) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSelectorView.java59 mSelectionRect.right = Math.max(mStartPoint.x, x);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java365 float right, float bottom,
373 return canvasDelegate.clipRect(left, top, right, bottom, regionOp);
421 bounds.right = rect.x + rect.width;
455 float right, float bottom) {
363 nClipRect(long nCanvas, float left, float top, float right, float bottom, int regionOp) argument
453 nQuickReject(long nativeCanvas, float left, float top, float right, float bottom) argument
/frameworks/native/libs/vr/libdvr/
H A Ddvr_hardware_composer_client.cpp151 frame->frame.layers[layer_index].display_frame.right,
160 frame->frame.layers[layer_index].crop.right,
219 frame->frame.layers[layer_index].visible_regions[index].right,
234 frame->frame.layers[layer_index].damaged_regions[index].right,
/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
358 layer->sourceCrop.right = width;
362 layer->displayFrame.right = width;
372 layer->sourceCrop.right = width;
376 layer->displayFrame.right = width;
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DReplacementDrawableSpan.java47 return getBounds().right;
/frameworks/support/design/base/android/support/design/widget/
H A DShadowDrawableWrapper.java240 canvas.translate(mContentBounds.right - shadowOffset, mContentBounds.bottom - shadowOffset);
267 canvas.translate(mContentBounds.right - shadowOffset, mContentBounds.top + shadowOffset);
326 bounds.right - mRawMaxShadowSize, bounds.bottom - verticalOffset);
329 (int) mContentBounds.right, (int) mContentBounds.bottom);
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java58 (int) (rectF.right + 0.5f), (int) (rectF.bottom + 0.5f));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalHoverCardSwitcher.java30 // left and right of selected card view
73 mCardRight = mTmpRect.right - mTmpOffsets[0];
H A DScaleFrameLayout.java97 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
107 parentRight = (int)(pivotX + (right - left - pivotX) / mLayoutScaleX + 0.5f)
111 parentRight = right - left - getPaddingRight();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListViewCompat.java95 mSelectionRightPadding = padding.right;
228 selectorRect.right += mSelectionRightPadding;
399 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
401 super.setHotspotBounds(left, top, right, bottom);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java1769 int right = Integer.parseInt(rightStr);
1780 if (right <= 0) {
1781 getErrPrintWriter().println("Error: bad right arg: " + rightStr);
1788 return new Rect(left, top, right, bottom);
1969 currentPoint = bounds.right;
2031 bounds.right = value;
2127 // Move right
2128 pw.println("Moving right...");
2132 pw.println("Still need to travel right by " + travelRight);
2167 && ((horizontal && taskRect.right < stackRec
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java321 public static boolean addressTypeMatches(InetAddress left, InetAddress right) { argument
322 return (((left instanceof Inet4Address) && (right instanceof Inet4Address)) ||
323 ((left instanceof Inet6Address) && (right instanceof Inet6Address)));
/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
199 super.onLayout(changed, left, top, right, bottom);
220 childLeft = mPaddingLeft + right - left - mTotalWidth;
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp122 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle,
125 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
135 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
138 obj->addRect(left, top, right, bottom, dir);
142 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
145 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
157 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) {
158 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
164 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) {
165 SkRect rect = SkRect::MakeLTRB(left, top, right, botto
121 arcTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle, jboolean forceMoveTo) argument
134 addRect(JNIEnv* env, jclass clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
141 addOval(JNIEnv* env, jclass clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) argument
156 addArc(JNIEnv* env, jclass clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle) argument
163 addRoundRectXY(JNIEnv* env, jclass clazz, jlong objHandle, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) argument
171 addRoundRect8(JNIEnv* env, jclass clazz, 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/recents/views/
H A DTaskViewTransform.java44 v.setLeftTopRightBottom(ltrb.left, ltrb.top, ltrb.right, ltrb.bottom);
130 return ((int) rect.left != v.getLeft()) || ((int) rect.right != v.getRight()) ||
156 v.setLeftTopRightBottom((int) rect.left, (int) rect.top, (int) rect.right,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java105 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
106 super.onLayout(changed, left, top, right, bottom);
330 outRect.right += getTranslationX();
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java303 e.getX()), mTranslateRect.right - widthBuffer);
417 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
423 // We're at the left-side of the image; allow intercepting movements to the right
426 // We're at the right-side of the image; allow intercepting movements to the left
450 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
456 // We're at the left-side of the image; allow intercepting movements to the right
459 // We're at the right-side of the image; allow intercepting movements to the left
630 final int cropWidth = mCropRect.right - mCropRect.left;
722 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
723 super.onLayout(changed, left, top, right, botto
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java151 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
152 final int layoutWidth = right - left;
174 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/compat/java/android/support/v4/app/
H A DSharedElementCallback.java231 int right = existingBounds.right;
235 drawable.setBounds(left, top, right, bottom);

Completed in 605 milliseconds

<<11121314151617181920>>