Searched refs:to (Results 51 - 75 of 101) sorted by relevance

12345

/packages/apps/KeyChain/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/KeyChain/support/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/KeyChain/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Launcher2/tests/stress/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMmsMessageSender.java11 * Unless required by applicable law or agreed to in writing, software
120 public static void sendReadRec(Context context, String to, String messageId, int status) { argument
122 sender[0] = new EncodedStringValue(to);
/packages/apps/Nfc/tests/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/AndroidVendorSecurityTool/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/RpcPerformance/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/experimental/StrictModeTest/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Email/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
51 # only include rules to build other stuff for the original package, not the derived package.
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java10 * Unless required by applicable law or agreed to in writing, software
24 // GLCanvas gives a convenient interface to draw using OpenGL.
33 // who only want to draw on the GLCanvas. Both width and height must be
40 // This is the time value used to calculate the animation in the current
79 // alpha, and clip). This call balances a previous call to save(), and is
80 // used to remove all modifications to the configuration state since the
84 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
88 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
95 // Draws a texture to th
112 drawMixed(BasicTexture from, BasicTexture to, float ratio, int x, int y, int w, int h) argument
[all...]
H A DGLCanvasImpl.java10 * Unless required by applicable law or agreed to in writing, software
315 // mMatrix could be a rotation matrix. In this case, we need to find
357 // draw the rect from bottom-left to top-right
394 // Copy the input to avoid changing it.
409 // This function changes the source coordinate to the texture coordinates.
419 // Convert to texture coordinates
445 public void drawMixed(BasicTexture from, BasicTexture to, argument
447 drawMixed(from, to, ratio, x, y, w, h, mAlpha);
484 // alpha * ((1 - ratio) * from + ratio * to)
486 // combo * (modulate * from) + (1 - combo) * to
530 drawMixed(BasicTexture from, BasicTexture to, float ratio, int x, int y, int width, int height, float alpha) argument
[all...]
/packages/inputmethods/LatinIME/native/src/
H A Dproximity_info.cpp10 * Unless required by applicable law or agreed to in writing, software
28 inline void copyOrFillZero(void *to, const void *from, size_t size) { argument
30 memcpy(to, from, size);
32 memset(to, 0, size);
80 // Build the reversed look up table from the char code to the index in mKeyXCoordinates,
221 // currentChars is an array containing the keys close to the character the
222 // user actually typed at the same position. We want to see if c is in it: if so,
223 // then the word contains at that position a character close to what the user
226 // proximityIndex is a pointer to the variable where getMatchedProximityId returns
230 // "close", but not the other keys close to th
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java10 * Unless required by applicable law or agreed to in writing, software
56 // Variables relating to resizing widgets
61 // Variables relating to animation of views after drop
76 * Used to create a new DragLayer from XML.
214 // in onInterceptHoverEvent. Return true to consume the event.
253 * @param descendant The descendant whose coordinates we want to find.
254 * @param r The rect into which to place the results.
255 * @return The factor by which this descendant is scaled relative to this DragLayer.
273 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
276 * @param descendant The descendant to whic
518 animateView(final View view, final Rect from, final Rect to, final float finalAlpha, final float finalScale, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final boolean fadeOut) argument
[all...]
H A DFolderIcon.java10 * Unless required by applicable law or agreed to in writing, software
56 // The number of icons to display in the
62 // The degree to which the inner ring grows when accepting drop
65 // The degree to which the outer ring is scaled in its natural state
71 // The degree to which the item in the back of the stack is scaled [0...1]
72 // (0 means it's not scaled at all, 1 means it's scaled to nothing)
83 // as member variables for shared usage and to avoid computation on each frame
173 // We need to reload the static values when configuration changes in case they are
328 // Typically, the animateView corresponds to the DragView; however, if this is being done
330 // will not have a view to animat
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java17 * may be used to endorse or promote products derived from this software
52 * This provider allows application to interact with Bluetooth OPP manager
70 /** Database version to which upgrading is a nop */
82 /** URI matcher used to recognize URIs sent by applications */
113 * Creates and updated database on demand when opening it. Helper class to
125 * Creates database the first time we try to open it.
133 //TODO: use this function to check garbage transfer left in db, for example,
149 // to gracefully handle upgrades we should be careful about
150 // what to do on downgrades.
163 Log.i(TAG, "Upgrading downloads database from version " + oldV + " to "
215 copyString(String key, ContentValues from, ContentValues to) argument
222 copyInteger(String key, ContentValues from, ContentValues to) argument
[all...]
/packages/apps/Email/emailcommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java10 * Unless required by applicable law or agreed to in writing, software
99 * up and ready to use. Do not use for real code.
100 * @param testTransport The Transport to inject and use for all future communication.
115 // Try to get local address in the proper format.
118 // Address Literal formatted in accordance to RFC2821 Sec. 4.1.3
131 * TODO may need to add code to fall back to HELO I switched it from
134 * We should really be paying more attention to the capabilities
196 throw new MessagingException("Trying to sen
[all...]
/packages/providers/ContactsProvider/
H A DAndroid.mk36 # Use the following include to make our test apk.
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java10 * Unless required by applicable law or agreed to in writing, software
183 // try to open it
220 fail("MessagingException was expected due to UIDL unsupported.");
227 * Test a strange case that causes open to proceed without mCapabilities
248 // Note, checkSettings is going to try to close the connection again, so we expect
267 // getName() returns the name we were created with. If "inbox", converts to INBOX
322 * Lightweight test to confirm that POP3 hasn't implemented any folder roles yet.
332 * Lightweight test to confirm that POP3 is requesting sent-message-upload.
341 * TODO should create an instrumented listener to confir
[all...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java10 * Unless required by applicable law or agreed to in writing, software
57 * Allows application to interact with the download manager.
72 /** URI matcher used to recognize URIs sent by applications */
74 /** URI matcher constant for the URI of all downloads belonging to the calling UID */
76 /** URI matcher constant for the URI of an individual download belonging to the calling UID */
111 /** Different base URIs that could be used to access an individual download */
164 * to return both pieces of information, and provides some utility logic to ease piece-by-piece
200 * Helper class to create database the first time the provider is
210 * Creates database the first time we try to ope
1209 copyInteger(String key, ContentValues from, ContentValues to) argument
1216 copyBoolean(String key, ContentValues from, ContentValues to) argument
1223 copyString(String key, ContentValues from, ContentValues to) argument
1230 copyStringWithDefault(String key, ContentValues from, ContentValues to, String defaultValue) argument
[all...]
/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageComposeTests.java10 * Unless required by applicable law or agreed to in writing, software
50 * It might be possible to convert these to ActivityUnitTest, which would be faster.
72 private static final String RECIPIENT_TO = "recipient-to@android.com";
80 private static final String TO1 = "First To <first.to@google.com>";
81 private static final String TO2 = "Second To <second.to@google.com>";
86 private static final String CC4 = "CopySecond To <second.to@google.com>";
93 "\"\u3042\u3044\u3046,\u3048\u304A\" <recipient-to@android.com>";
106 "\"\uD834\uDF01\uD834\uDF46,\uD834\uDF22\" <recipient-to@android.com>";
116 * any changes to th
826 checkFields(String to, String cc, String bcc, String subject, String content, String signature) argument
906 buildTestMessage(String to, String sender, String subject, String content) argument
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java10 * Unless required by applicable law or agreed to in writing, software
224 * and used to re-identify the contact. If the contact still cannot be found, an empty cursor
361 int to = snippet.length();
375 to = lastNl;
380 for (int i = from; i < to; i++) {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasTest.java10 * Unless required by applicable law or agreed to in writing, software
104 // Test one color to make sure blend function is set.
111 // Test other colors to make sure premultiplication is right
187 // GL_LINE_STRIP mode to draw the line and the input coordinates are used
231 // GL_TRIANGLE_STRIP mode to draw the line and the input coordinates
292 // This test assumes glLoadMatrixf is used to load the model view matrix,
293 // and glOrthof is used to load the projection matrix.
295 // The projection matrix is set to an orthogonal projection which is the
297 // directly to screen coordinates (default no scaling, and the y-axis is
369 // After restoring to th
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java10 * Unless required by applicable law or agreed to in writing, software
122 // Need to stop the playbackservice, in case it is busy playing audio
232 PickListAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to) { argument
233 super(context, layout, cursor, from, to);

Completed in 520 milliseconds

12345