Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Dtransform_wl.js41 rect, property
60 rect, property
74 rect: fullBounds, property
Dmatrix_utils.js28 function multiplyRect(transform, rect) { argument
Dtransform.js33 rect, property
99 rect: rectResolved, property
/development/samples/MultiWindow/src/com/example/android/multiwindow/
DCaptionOverlayActivity.java61 public void onRestrictedCaptionAreaChanged(Rect rect) { in onRestrictedCaptionAreaChanged()
/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