Home
last modified time | relevance | path

Searched defs:rect (Results 1 – 13 of 13) sorted by relevance

/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts179 const rect = display.displayRect; constant
193 const rect = it.rect; constant
262 id: rect.stableId ?? rect.ref.stableId, constant
263 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts180 const rect = display.layerStackSpace; constant
200 const rect = it.rect; constant
302 id: rect.stableId ?? rect.ref.stableId, constant
303 displayId: rect.displayId ?? rect.ref.stackId, constant
/development/samples/MultiWindow/src/com/example/android/multiwindow/
DCaptionOverlayActivity.java61 public void onRestrictedCaptionAreaChanged(Rect rect) { in onRestrictedCaptionAreaChanged()
/development/tools/winscope/src/app/components/timeline/
Dsingle_timeline_component.ts318 function rect(ctx: CanvasRenderingContext2D, x: number, y: number, w: number, h: number) { function
/development/tools/winscope/src/viewers/components/rects/
Dcanvas.ts253 const height = rect.bottomRight.y - rect.topLeft.y; constant
254 const width = rect.bottomRight.x - rect.topLeft.x; constant
Dmapper3d.ts193 const rect = { constant
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java113 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getCroppedBitmap() local
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DCustomArrayAdapter.java120 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getCroppedBitmap() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java183 public void getRectForRow(Rect rect, int row) { in getRectForRow()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java431 public void onPeekCardPositionUpdate(Rect rect) { in onPeekCardPositionUpdate()
DAnalogWatchFaceService.java464 public void onPeekCardPositionUpdate(Rect rect) { in onPeekCardPositionUpdate()
DComplicationSimpleWatchFaceService.java728 public void onPeekCardPositionUpdate(Rect rect) { in onPeekCardPositionUpdate()
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java174 Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight()); in getBitmapWithBorder() local