Searched refs:by (Results 1 - 25 of 48) sorted by relevance

12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DHermiteInterpolator.java10 * Unless required by applicable law or agreed to in writing, software
100 // B(bx,by) is the slope vector of the tangent at p2.
102 final float by = (mYCoords[p3] - mP1Y) / 2.0f;
103 final float crossProdAB = ax * by - ay * bx;
104 final float dotProdAB = ax * bx + ay * by;
124 // B(bx,by) is the slope vector of the tangent at p1.
126 final float by = (mP2Y - mYCoords[p0]) / 2.0f;
127 final float crossProdAB = ax * by - ay * bx;
128 final float dotProdAB = ax * bx + ay * by;
146 * can be defined by
[all...]
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/apps/Browser/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Browser because, by
/packages/apps/Email/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/apps/Exchange/exchange2/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Exchange because, by
/packages/apps/Exchange/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Exchange because, by
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java115 * A <code>DOMString</code> representing the value of the by attribute.
120 public void setBy(String by) argument
/packages/apps/Mms/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java10 * Unless required by applicable law or agreed to in writing, software
26 * Unless required by applicable law or agreed to in writing, software
95 int backgroundResource, int bx, int by, int description, int guide) {
98 init(context, inputView, backgroundResource, bx, by, text, guide, false);
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
110 y = by;
94 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
106 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/apps/Launcher2/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/PhoneCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/BugReportSender/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/ExampleImsFramework/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/LoaderApp/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/tools/dicttool/etc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/inputmethods/LatinIME/tools/maketext/etc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
26 # Notice that we don't have to include the src files of Email because, by
/packages/providers/ContactsProvider/
H A DAndroid.mk17 # leaving out code which is tested by other means (e.g. static libraries) that
24 # leaving out code which is tested by other means (e.g. static libraries) that
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java10 * Unless required by applicable law or agreed to in writing, software
26 * Unless required by applicable law or agreed to in writing, software
97 int backgroundResource, int bx, int by, int description, int guide) {
100 init(context, inputView, backgroundResource, bx, by, text, guide, false);
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, argument
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
109 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
112 y = by;
96 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
108 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/apps/ContactsCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/ContactsCommon/TestCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Exchange/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Exchange/exchange2/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Gallery2/gallerycommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 2111 milliseconds

12