/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 179 float rx = oval.getRadiusX(); in actionMove() local 181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; in actionMove() 185 oval.setRadius((rx * nr / r), (ry * nr / r)); in actionMove() 225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius() argument 231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry); in paintRadius() 236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius() 240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius() 244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines() argument 252 float dx = rx + 10; in paintOvallines() 259 dx = rx - 10; in paintOvallines() [all …]
|
D | ImageGrad.java | 145 float rx = Math.min(cx, cy) * .4f; in setRepresentation() local 147 mGradRep.setPoint1(cx, cy-rx); in setRepresentation() 148 mGradRep.setPoint2(cx, cy+rx); in setRepresentation() 150 c1[1] = cy-rx; in setRepresentation() 155 c2[1] = cy+rx; in setRepresentation()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterVignette.java | 94 float rx = r; in runFilter() local 109 rx = c[0]; in runFilter() 122 mScript.set_radiusx(rx); in runFilter()
|
/packages/experimental/procstatlog/ |
D | procstatreport.py | 401 rx = int(next[0]) - int(last[0]) 403 max_bytes = max(max_bytes, rx, tx) 406 interface_rx.setdefault(interface, {})[when] = rx 412 rx, tx = interface_rx[interface], interface_tx[interface] 413 total_rx, total_tx = sum(rx.values()), sum(tx.values()) 417 ["rx", "tx"], [rx, tx],
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect() argument 293 if (px < rx) in is_point_in_rect() 295 if (px >= rx + w) in is_point_in_rect()
|
D | dbstabsmooth.h | 136 bool is_point_in_rect(double px, double py, double rx, double ry, double w, double h);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Folder.java | 505 int rx = (int) Math.max(Math.max(width - getPivotX(), 0), getPivotX()); in animateOpen() local 507 float radius = (float) Math.hypot(rx, ry); in animateOpen()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 3543 getter rx 4272 getter rx
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 13425 <6>[ 1.069854] asoc: msm-stub-rx <-> msm-dai-q6.241 mapping ok 13432 <6>[ 1.080810] asoc: msm-stub-rx <-> apq8064_cpudai_lpa.0 mapping ok 13439 <6>[ 1.090759] asoc: msm-stub-rx <-> msm-dai-q6.12288 mapping ok 13441 <6>[ 1.093322] asoc: msm-stub-rx <-> msm-dai-q6.224 mapping ok 13443 <6>[ 1.095977] asoc: msm-stub-rx <-> msm-dai-q6.2 mapping ok 13445 <6>[ 1.098571] asoc: msm-stub-rx <-> msm-dai-q6-mi2s mapping ok 13446 <6>[ 1.099884] asoc: msm-stub-rx <-> msm-dai-q6-mi2s-group.6 mapping ok 13447 <6>[ 1.101165] asoc: msm-stub-rx <-> msm-dai-q6-mi2s-group.14 mapping ok 13448 <6>[ 1.102478] asoc: msm-stub-rx <-> msm-dai-q6-mi2s-group.16 mapping ok 13449 <6>[ 1.103759] asoc: msm-stub-rx <-> msm-dai-q6.0 mapping ok [all …]
|