Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDraw.java91 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, in paint() argument
109 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, in paint() argument
111 if (sd == null) { in paint()
114 if (sd.mPath == null) { in paint()
126 paint.setColor(sd.mColor); in paint()
127 paint.setStrokeWidth(toScrMatrix.mapRadius(sd.mRadius)); in paint()
131 mCacheTransPath.addPath(sd.mPath, toScrMatrix); in paint()
158 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, in paint() argument
161 if (sd == null || sd.mPath == null) { in paint()
168 mCacheTransPath.addPath(sd.mPath, toScrMatrix); in paint()
[all …]
DFilterDrawRepresentation.java114 StrokeData sd = (StrokeData) o; in equals() local
115 if (mType != sd.mType in equals()
116 || mRadius != sd.mRadius in equals()
117 || noPoints != sd.noPoints in equals()
118 || mColor != sd.mColor) { in equals()
121 return mPath.equals(sd.mPath); in equals()
271 public void fillStrokeParameters(StrokeData sd){ in fillStrokeParameters() argument
275 sd.mColor = color; in fillStrokeParameters()
276 sd.mRadius = size; in fillStrokeParameters()
277 sd.mType = type; in fillStrokeParameters()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DColorChooser.java71 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in setUp() local
72 sd.setColor(palette[i]); in setUp()
73 sd.setStroke(3, (mSelectedButton == i) ? mSelected : mTransparent); in setUp()
102 GradientDrawable sd = ((GradientDrawable) mButton[i].getBackground()); in setColorSet() local
103 sd.setColor(palette[i]); in setColorSet()
116 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
117 sd.setColor(palette[i]); in resetBorders()
118 sd.setStroke(3, (mSelectedButton == i) ? mSelected : mTransparent); in resetBorders()
152 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in changeSelectedColor() local
153 sd.setColor(c); in changeSelectedColor()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DNetworkSliceSelectionAssistanceInformation.java93 int sd = 0; in getSD() local
94 sd = in getSD()
95 (sd | snssai[offset + 2]) in getSD()
96 | ((sd | snssai[offset + 1]) << 8) in getSD()
97 | ((sd | snssai[offset]) << 16); in getSD()
98 if (sd != 0xFFFFFF) { in getSD()
99 sliceDescriptor = sd; in getSD()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_metrics.h122 double sd; in db_SquaredReprojectionErrorHomography() local
128 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredReprojectionErrorHomography()
130 return(sd); in db_SquaredReprojectionErrorHomography()
136 double sd; in db_SquaredInhomogenousHomographyError() local
142 sd=db_sqr((y[0]-x0*mult))+db_sqr((y[1]-x1*mult)); in db_SquaredInhomogenousHomographyError()
144 return(sd); in db_SquaredInhomogenousHomographyError()
156 double sd; in db_ExpCauchyInhomogenousHomographyError() local
157 sd=db_SquaredInhomogenousHomographyError(y,H,x); in db_ExpCauchyInhomogenousHomographyError()
158 return(1.0+sd*one_over_scale2); in db_ExpCauchyInhomogenousHomographyError()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorColorBorderTabletUI.java175 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); in setupColor() local
176 sd.setColor(mBasColors[i]); in setupColor()
177 sd.setStroke(3, (0 == i) ? mSelected : mTransparent); in setupColor()
229 GradientDrawable sd = ((GradientDrawable) b.getBackground()); in setupColor()
230 sd.setColor(color); in setupColor()
250 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
251 sd.setColor(mBasColors[i]); in resetBorders()
252 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent); in resetBorders()
DEditorDrawTabletUI.java181 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); in EditorDrawTabletUI() local
183 sd.setColor(mBasColors[i]); in EditorDrawTabletUI()
184 sd.setStroke(3, (0 == i) ? mSelected : mTransparent); in EditorDrawTabletUI()
240 GradientDrawable sd = ((GradientDrawable) b.getBackground()); in EditorDrawTabletUI()
241 sd.setColor(color); in EditorDrawTabletUI()
273 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in resetBorders() local
274 sd.setColor(mBasColors[i]); in resetBorders()
275 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent); in resetBorders()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbreg.h555 double sd; in SquaredInhomogenousHomographyError() local
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult); in SquaredInhomogenousHomographyError()
563 return(sd); in SquaredInhomogenousHomographyError()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorGridDialog.java51 GradientDrawable sd = ((GradientDrawable) button.getBackground()); in ColorGridDialog() local
59 sd.setColor(c); in ColorGridDialog()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java278 ScanDetail sd = scanDetailCaptor.getValue(); in testAddFakeScans() local
279 assertEquals(capabilities, sd.getScanResult().capabilities); in testAddFakeScans()
280 assertEquals(ssid, sd.getSSID()); in testAddFakeScans()
281 assertEquals(bssid, sd.getBSSIDString()); in testAddFakeScans()
282 assertEquals(2412, sd.getScanResult().frequency); in testAddFakeScans()
283 assertEquals(-55, sd.getScanResult().level); in testAddFakeScans()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1618 for (ScanDetail sd: mFakeScanDetails) { in getScanResults()
1619 sd.getScanResult().ifaceName = ifaceName; in getScanResults()
1621 sd.getScanResult().timestamp = SystemClock.elapsedRealtime() * 1000; in getScanResults()
1625 copy.add(new ScanDetail(new ScanResult(sd.getScanResult()), in getScanResults()
1626 sd.getNetworkDetail())); in getScanResults()
DWifiShellCommand.java967 ScanDetail sd = new ScanDetail(new NetworkDetail(bssid, ies, null, frequency), in onCommand() local
970 mWifiNative.addFakeScanDetail(sd); in onCommand()
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar470 큞x��J�sd�UAOZ�f�Q�q��U^?�n�Fx�������֠��'$g�T��rKDbW���*��\ÿ��'�����;��N>RI��"�e)�}�VW…
4158 x��P�y2Ŏz�TD4jsd�zz�������t��%�7``�`y���FQ��M)$�L��`� ���+ȥq� �����(A�>���6F�����4�e…
4581 …F��\Jm��%�܃�p8����z�M�̓u�dW@F?*ʞ���i!w�6C�Os�v�V��{m��Ih���_������+�?sd�i���'�}�?�A����Ir…
6593 …�kN�b0���S����zd��/J�t�+E��jl�~w4�rN}�➁����"6,˷oɓ��j�x�Ko� ��>��RǠ�Mw�^�sd��|(�JlX���v����u�x{…
6727 �>_�=��0��{dW%j�GE8X|x����nG�H��6�0{��Ey�z��Zh��g�;=�}i��sd��4�7*=�6�C�#��By�'=sN��S�rE1�…
8657 …�Z��G�lM���#՗t{[������V�(ӣ(%��r��d���}�����k�[�'�Re����B~A��� ����sd���%W��oZ�ԕ$z�0үc��…
9527 �8l�&�m'~�~����#��t�;�0#�Ƒ�sd�A�i*�θ-��❽��Y�<��4��2���iH`��zS��I� ��r;�fE-�����)�9�2�\u…
10066 l�C1?ݦ]4sd���Ϯi����S�?���m
10122 …|%�Z/�`>Pr����{�lR��]��t�1B�tv$c��kV���W�Xٗs/�ʬ�u'�e�P�r�V�p<�ğ�ލEdb�sd��P"�0�'���xWZ��q�…
12415 �����;6X�`��ܸ�P�O��s�����Αsd�uh�]Xݩ��^2++|��q��g_ɸ�lT���ƿl?i������c�=��t���)a�4�wÎ$U�d8�…
[all …]