/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | rects_computation_test.ts | 60 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 …]
|
D | visibility_properties_computation_test.ts | 30 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/ |
D | Cube.java | 22 …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/ |
D | MatrixStack.java | 42 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()
|
D | MatrixTrackingGL.java | 260 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/ |
D | util.ts | 56 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/ |
D | CustomLayout.java | 133 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/ |
D | ClientView.java | 71 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/ |
D | geometry_factory.ts | 25 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | SlidingTabStrip.java | 129 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/ |
D | padding.ts | 22 right: number; property
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 54 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/ |
D | GuaranteeBoxDemo.kt | 219 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/ |
D | tree_node_utils.ts | 32 right: number | undefined, 39 if (right !== undefined) children.push({name: 'right', value: right});
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | PathAnimations.java | 121 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/ |
D | ChooserSession.java | 421 @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/ |
D | rects_computation_test.ts | 133 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/ |
D | InteractiveLineGraphView.java | 328 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/ |
D | common.proto | 29 int32 right = 3; field 84 int32 right = 9; field
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/ |
D | canvas_mouse_handler_impl.ts | 143 if (mouseX > width - padding.right) { 144 mouseX = width - padding.right;
|