Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 75) sorted by relevance

123

/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation_test.ts60 bounds: {left: 0, top: 0, right: 1, bottom: 1},
61 screenBounds: {left: 0, top: 0, right: 1, bottom: 1},
86 bounds: {left: 0, top: 0, right: 1, bottom: 1},
87 screenBounds: {left: 0, top: 0, right: 1, bottom: 1},
101 bounds: {left: 0, top: 0, right: 2, bottom: 2},
102 screenBounds: {left: 0, top: 0, right: 2, bottom: 2},
119 bounds: {left: 0, top: 0, right: 5, bottom: 5},
120 screenBounds: {left: 0, top: 0, right: 5, bottom: 5},
201 bounds: {left: 0, top: 0, right: 1, bottom: 1},
202 screenBounds: {left: 0, top: 0, right: 1, bottom: 1},
[all …]
Dvisibility_properties_computation_test.ts30 const rect1x1 = {left: 0, top: 0, bottom: 1, right: 1};
31 const rect2x2 = {left: 0, top: 0, bottom: 2, right: 2};
32 const rect5x5 = {left: 0, right: 5, top: 0, bottom: 5};
286 bounds: {left: 0, right: 0, top: 0, bottom: 0},
373 visibleRegion: {rect: [{left: 0, right: 1, top: 0, bottom: 0}]},
554 right: 4,
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DCube.java22 …public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float fro… in Cube() argument
25 GLVertex rightBottomBack = addVertex(right, bottom, back); in Cube()
27 GLVertex rightTopBack = addVertex(right, top, back); in Cube()
29 GLVertex rightBottomFront = addVertex(right, bottom, front); in Cube()
31 GLVertex rightTopFront = addVertex(right, top, front); in Cube()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() argument
44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); in glFrustumf()
47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument
49 glFrustumf(fixedToFloat(left),fixedToFloat(right), in glFrustumx()
102 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() argument
104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); in glOrthof()
107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() argument
109 glOrthof(fixedToFloat(left), fixedToFloat(right), in glOrthox()
DMatrixTrackingGL.java260 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf() argument
262 mCurrent.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
263 mgl.glFrustumf(left, right, bottom, top, near, far); in glFrustumf()
267 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx() argument
269 mCurrent.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
270 mgl.glFrustumx(left, right, bottom, top, near, far); in glFrustumx()
490 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() argument
492 mCurrent.glOrthof(left, right, bottom, top, near, far); in glOrthof()
493 mgl.glOrthof(left, right, bottom, top, near, far); in glOrthof()
497 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() argument
[all …]
/development/tools/motion/motion_test_watcher_app/src/util/
Dutil.ts56 right: Uint8Array
58 if (left.byteLength != right.byteLength) return false;
61 if (left.at(i) != right.at(i)) return false;
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
138 int rightPos = right - left - getPaddingRight(); in onLayout()
159 mTmpContainerRect.right = leftPos + width + lp.rightMargin; in onLayout()
160 leftPos = mTmpContainerRect.right; in onLayout()
162 mTmpContainerRect.right = rightPos - lp.rightMargin; in onLayout()
167 mTmpContainerRect.right = middleRight - lp.rightMargin; in onLayout()
178 mTmpChildRect.right, mTmpChildRect.bottom); in onLayout()
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DClientView.java71 mResizeOffsetX = origin.getRawX() - mResizingBounds.right; in startResizing()
96 mResizingBounds.right = (int) (ev.getRawX() - mResizeOffsetX); in dispatchTouchEvent()
98 mResizingBounds.right = mResizingBounds.left + mMaxSize; in dispatchTouchEvent()
101 mResizingBounds.right = mResizingBounds.left + MIN_SIZE; in dispatchTouchEvent()
/development/tools/winscope/src/trace/
Dgeometry_factory.ts25 const right = node.getChildByName('right')?.getValue() ?? 0; constant
27 return new Rect(left, top, right - left, bottom - top);
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java129 int right = selectedTitle.getRight(); in onDraw() local
142 right = (int) (mSelectionOffset * nextTitle.getRight() + in onDraw()
143 (1.0f - mSelectionOffset) * right); in onDraw()
148 canvas.drawRect(left, height - mSelectedIndicatorThickness, right, in onDraw()
/development/tools/winscope/src/common/
Dpadding.ts22 right: number; property
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss54 right: 0;
80 right: 0;
124 property: transform, margin-left, margin-right;
146 border-right: $high-contrast-border;
153 border-right: none;
162 right: 0;
171 right: auto;
/development/samples/MotionMechanics/src/com/android/mechanics/demo/presentation/
DGuaranteeBoxDemo.kt219 val right = left + widthVal in rememberSpec() constant
231 .toBreakpoint(right) in rememberSpec()
236 .toBreakpoint(min(left + minSize, right)) in rememberSpec()
239 .toBreakpoint(right) in rememberSpec()
244 .toBreakpoint(min(left + minSize, right)) in rememberSpec()
247 .toBreakpoint(right) in rememberSpec()
/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts32 right: number | undefined,
39 if (right !== undefined) children.push({name: 'right', value: right});
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java121 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument
221 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
222 super.onLayout(changed, left, top, right, bottom); in onLayout()
225 float scaleWidth = (right-left)/TRAVERSE_PATH_SIZE; in onLayout()
/development/apps/ShareTest/src/android/service/chooser/
DChooserSession.java421 @Nullable IChooserController left, @Nullable IChooserController right) { in areEqual() argument
422 if (left == null && right == null) { in areEqual()
425 if (left == null || right == null) { in areEqual()
428 return left.asBinder().equals(right.asBinder()); in areEqual()
/development/tools/winscope/src/parsers/window_manager/computations/
Drects_computation_test.ts133 frame: {left: 0, top: 0, right: 1, bottom: 1},
147 frame: {left: 0, top: 0, right: 2, bottom: 2},
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java328 mCurrentViewport.right, in drawAxes()
372 mAxisYLinesBuffer[i * 4 + 2] = mContentRect.right; in drawAxes()
577 canvas.translate(2 * mContentRect.left - mContentRect.right, mContentRect.bottom); in drawEdgeEffectsUnclipped()
599 canvas.translate(mContentRect.right, mContentRect.top); in drawEdgeEffectsUnclipped()
688 mCurrentViewport.right = mCurrentViewport.left + newWidth;
708 mCurrentViewport.right = Math.max(Math.nextUp(mCurrentViewport.left), in constrainViewport()
709 Math.min(AXIS_X_MAX, mCurrentViewport.right)); in constrainViewport()
757 || mCurrentViewport.right < AXIS_X_MAX;
855 || mCurrentViewport.right < AXIS_X_MAX); in computeScroll()
975 (mCurrentViewport.right + mCurrentViewport.left) / 2, in zoomIn()
[all …]
/development/tools/winscope/protos/surfaceflinger/udc/
Dcommon.proto29 int32 right = 3; field
84 int32 right = 9; field
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dcanvas_mouse_handler_impl.ts143 if (mouseX > width - padding.right) {
144 mouseX = width - padding.right;

123