Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/frameworks/support/v7/gridlayout/tests/src/android/support/v7/widget/test/
DGridLayoutTest.java53 int right = getActivity().findViewById(R.id.rightView).getWidth(); in testUseDefaultMargin() local
66 int right = getActivity().findViewById(R.id.rightView).getWidth(); in testImplicitFillHorizontal() local
79 final int right = getActivity().findViewById(R.id.rightView).getWidth(); in testMakeViewGone() local
102 final int right = getActivity().findViewById(R.id.rightView).getHeight(); in testWrapContentInOtherDirection() local
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DCardViewBindingAdapter.java39 int right = view.getContentPaddingRight(); in setContentPaddingLeft() local
47 int right = view.getContentPaddingRight(); in setContentPaddingTop() local
53 public static void setContentPaddingRight(CardView view, int right) { in setContentPaddingRight()
64 int right = view.getContentPaddingRight(); in setContentPaddingBottom() local
/frameworks/base/graphics/java/android/graphics/
DInsets.java33 public final int right; field in Insets
36 private Insets(int left, int top, int right, int bottom) { in Insets()
55 public static Insets of(int left, int top, int right, int bottom) { in of()
DRectF.java35 public float right; field in RectF
53 public RectF(float left, float top, float right, float bottom) { in RectF()
197 public void set(float left, float top, float right, float bottom) { in set()
302 public boolean contains(float left, float top, float right, float bottom) { in contains()
344 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
417 public boolean intersects(float left, float top, float right, in intersects()
466 public void union(float left, float top, float right, float bottom) { in union()
DRect.java37 public int right; field in Rect
70 public Rect(int left, int top, int right, int bottom) { in Rect()
260 public void set(int left, int top, int right, int bottom) { in set()
352 public boolean contains(int left, int top, int right, int bottom) { in contains()
394 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
459 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
487 public void union(int left, int top, int right, int bottom) { in union()
DOutline.java143 public void setRect(int left, int top, int right, int bottom) { in setRect()
159 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect()
181 public void setOval(int left, int top, int right, int bottom) { in setOval()
DRegion.java76 public Region(int left, int top, int right, int bottom) { in Region()
102 public boolean set(int left, int top, int right, int bottom) { in set()
191 public native boolean quickContains(int left, int top, int right, in quickContains()
208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject()
267 public boolean op(int left, int top, int right, int bottom, Op op) { in op()
412 int top, int right, int bottom); in nativeSetRect()
420 int right, int bottom, int op); in nativeOp()
DPath.java468 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo()
499 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath()
530 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect()
550 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval()
585 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc()
610 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
640 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect()
805 float right, float bottom, float startAngle, in native_arcTo()
809 float right, float bottom, int dir); in native_addRect()
811 float right, float bottom, int dir); in native_addOval()
[all …]
/frameworks/base/test-runner/src/junit/runner/
DSorter.java13 public void swap(Vector values, int left, int right); in swap()
16 public static void sortStrings(Vector values , int left, int right, Swapper swapper) { in sortStrings()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java30 int right, int bottom) { in SystemViewInfo()
35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()
/frameworks/base/core/java/android/view/
DWindowInsets.java311 boolean right, boolean bottom) { in consumeSystemWindowInsets()
335 int right, int bottom) { in replaceSystemWindowInsets()
369 boolean right, boolean bottom) { in consumeWindowDecorInsets()
384 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets()
/frameworks/base/libs/hwui/
DDisplayListCanvas.cpp66 float right, float bottom) { in prepareDirty()
135 int DisplayListCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer()
195 bool DisplayListCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect()
205 bool DisplayListCanvas::clipRect(float left, float top, float right, float bottom, in clipRect()
334 float left, float top, float right, float bottom, const SkPaint* paint) { in drawPatch()
354 void DisplayListCanvas::drawRect(float left, float top, float right, float bottom, in drawRect()
359 void DisplayListCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect()
366 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect()
396 void DisplayListCanvas::drawOval(float left, float top, float right, float bottom, in drawOval()
401 void DisplayListCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
DSnapshot.cpp93 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip()
103 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip()
122 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
DClipArea.cpp209 void ClipArea::setClip(float left, float top, float right, float bottom) { in setClip()
215 bool ClipArea::clipRectWithTransform(float left, float top, float right, in clipRectWithTransform()
290 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleModeClipRectWithTransform()
321 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleListModeClipRectWithTransform()
355 float right, float bottom, const mat4* transform, SkRegion::Op op) { in regionModeClipRectWithTransform()
DOpenGLRenderer.cpp120 float right, float bottom, bool opaque) { in setupFrameState()
153 float right, float bottom, bool opaque) { in prepareDirty()
169 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { in discardFramebuffer()
183 void OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear()
522 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer()
582 int OpenGLRenderer::saveLayerDeferred(float left, float top, float right, float bottom, in saveLayerDeferred()
658 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer()
1083 const float right, const float bottom, const Matrix4& transform) { in dirtyLayer()
1092 const float right, const float bottom) { in dirtyLayer()
1421 bool OpenGLRenderer::quickRejectSetupScissor(float left, float top, float right, float bottom, in quickRejectSetupScissor()
/frameworks/base/services/core/java/com/android/server/notification/
DGlobalSortKeyComparator.java25 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
DNotificationComparator.java27 public int compare(NotificationRecord left, NotificationRecord right) { in compare()
/frameworks/base/services/core/java/com/android/server/policy/
DRecentApplicationsBackground.java60 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
105 int left, right; in draw() local
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java110 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
169 public void setContentPadding(int left, int top, int right, int bottom) { in setContentPadding()
300 public void setShadowPadding(int left, int top, int right, int bottom) { in setShadowPadding()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFloatRect.h29 float right; variable
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DFrom2iToMS_16x16.c33 LVM_INT32 temp1,left,right; in From2iToMS_16x16() local
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java155 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
266 final int right = mCurrText.getRight() + mTabPadding; in onDraw() local
284 int right = mCurrText.getRight() + mTabPadding; in updateTextPositions() local
/frameworks/support/design/base/android/support/design/widget/
DShadowViewDelegate.java23 void setShadowPadding(int left, int top, int right, int bottom); in setShadowPadding()
/frameworks/base/core/java/android/transition/
DSidePropagation.java94 int right = left + sceneRoot.getWidth(); in getStartDelay() local
121 int left, int top, int right, int bottom) { in distance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java244 public void startHintAnimation(boolean right, in startHintAnimation()
250 private void startHintAnimationPhase1(final boolean right, final Runnable onFinishedListener) { in startHintAnimationPhase1()
282 private void startUnlockHintAnimationPhase2(boolean right, final Runnable onFinishedListener) { in startUnlockHintAnimationPhase2()
299 private ValueAnimator getAnimatorToRadius(final boolean right, int radius) { in getAnimatorToRadius()
343 private void fling(float vel, final boolean snapBack, boolean right) { in fling()
371 boolean right) { in startFinishingCircleAnimation()

12345678910>>...13