Searched refs:to (Results 76 - 100 of 156) sorted by relevance

1234567

/packages/apps/PhoneCommon/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/TvSettings/Settings/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/UnifiedEmail/tests/
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/services/Mms/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/services/Telephony/common/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Launcher3/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
85 $(copy-file-to-new-target)
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMms.java9 * Unless required by applicable law or agreed to in writing, software
35 public long mId = INVALID_VALUE; /* The _id from the content provider, can be used to sort the parts if needed */
41 public String mCharsetName = null; /* This seems to be a number e.g. 106 for UTF-8 CharacterSets
43 public String mFileName = null; /* Do not seem to be used */
50 // Figure out if we support the charset, else fall back to UTF-8, as this is what
51 // the MAP specification suggest to use, and is compatible with US-ASCII.
128 private ArrayList<Rfc822Token> to = null; // Shall not be empty field in class:BluetoothMapbMessageMms
179 return format.format(dateObj); // Format according to RFC 2822 page 14
216 return to;
218 public void setTo(ArrayList<Rfc822Token> to) { argument
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java10 * Unless required by applicable law or agreed to in writing, software
59 // The number of icons to display in the
66 // The degree to which the inner ring grows when accepting drop
69 // The degree to which the outer ring is scaled in its natural state
75 // The degree to which the item in the back of the stack is scaled [0...1]
76 // (0 means it's not scaled at all, 1 means it's scaled to nothing)
87 // as member variables for shared usage and to avoid computation on each frame
186 // We need to reload the static values when configuration changes in case they are
364 // Typically, the animateView corresponds to the DragView; however, if this is being done
366 // will not have a view to animat
[all...]
H A DDragLayer.java10 * Unless required by applicable law or agreed to in writing, software
57 // Variables relating to resizing widgets
62 // Variables relating to animation of views after drop
79 * Used to create a new DragLayer from XML.
253 // in onInterceptHoverEvent. Return true to consume the event.
293 * @param descendant The descendant whose coordinates we want to find.
294 * @param r The rect into which to place the results.
295 * @return The factor by which this descendant is scaled relative to this DragLayer.
313 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
316 * @param descendant The descendant to whic
565 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeleteDropTarget.java10 * Unless required by applicable law or agreed to in writing, software
91 // The current drawable is set to either the remove drawable or the uninstall drawable
92 // and is initially set to the remove drawable, as set in the layout xml.
192 // delete the app (it was downloaded), and rename the string to "uninstall" in such a case.
257 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
259 final float scale = (float) to.width() / from.width();
272 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
293 // Only allow manifest shortcuts to initiate an un-install.
351 // Deleting an app widget ID is a void call but writes to disk before returning
352 // to th
[all...]
H A DDragLayer.java10 * Unless required by applicable law or agreed to in writing, software
53 // Variables relating to resizing widgets
58 // Variables relating to animation of views after drop
84 // Related to adjacent page hints
93 * Used to create a new DragLayer from XML.
323 // in onInterceptHoverEvent. Return true to consume the event.
366 * @param descendant The descendant whose coordinates we want to find.
367 * @param r The rect into which to place the results.
368 * @return The factor by which this descendant is scaled relative to this DragLayer.
392 * Given a coordinate relative to th
647 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/print/
H A DPrintUtils.java3 * Licensed to The Android Open Source Project.
11 * Unless required by applicable law or agreed to in writing, software
45 * Utility class that provides utility functions to print
86 * Sets up a webview to perform the printing work.
115 throw new IllegalStateException("trying to print without a conversation");
153 * Adds the html for a single message to the
170 * reply-to, to, cc, and bcc.
176 // reply-to
181 // to
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java10 * Unless required by applicable law or agreed to in writing, software
202 * and used to re-identify the contact. If the contact still cannot be found, an empty cursor
282 int to = snippet.length();
296 to = lastNl;
301 for (int i = from; i < to; i++) {
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java17 * may be used to endorse or promote products derived from this software
54 * This provider allows application to interact with Bluetooth OPP manager
72 /** Database version to which upgrading is a nop */
84 /** URI matcher used to recognize URIs sent by applications */
115 * Creates and updated database on demand when opening it. Helper class to
127 * Creates database the first time we try to open it.
135 //TODO: use this function to check garbage transfer left in db, for example,
151 // to gracefully handle upgrades we should be careful about
152 // what to do on downgrades.
165 Log.i(TAG, "Upgrading downloads database from version " + oldV + " to "
217 copyString(String key, ContentValues from, ContentValues to) argument
224 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/Exchange/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DFilterDeleteSet.java10 * Unless required by applicable law or agreed to in writing, software
21 // FilterDeleteSet filters a base MediaSet to remove some deletion items (we
22 // expect the number to be small). The user can use the following methods to
90 // to be adjusted.
100 // We need to figure out the [3, 7] actually maps to the original index 4,
132 // Now get enough to cover deleted items in [start, end]
144 // We apply the pending requests in the mRequests to construct mCurrent in reload().
189 // don't want to searc
[all...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DTweener.java10 * Unless required by applicable law or agreed to in writing, software
52 break; // an animator can only be attached to one object
57 public static Tweener to(Object object, long duration, Object... vars) { method in class:Tweener
63 // Iterate through arguments and discover properties to animate
137 return Tweener.to(object, duration, vars);
140 // Listener to watch for completed animations and remove them.
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMmsMessageSender.java11 * Unless required by applicable law or agreed to in writing, software
102 // message in the outbox when the user hit send), then we have to manually put an
104 // messages to send. Normally, the entry in pending_msgs is created by the trigger:
105 // insert_mms_pending_on_update, when a message is moved from drafts to the outbox.
151 public static void sendReadRec(Context context, String to, String messageId, int status) { argument
153 sender[0] = new EncodedStringValue(to);
/packages/inputmethods/LatinIME/native/jni/
H A DHostUnitTests.mk9 # Unless required by applicable law or agreed to in writing, software
H A DTargetUnitTests.mk9 # Unless required by applicable law or agreed to in writing, software
/packages/providers/ContactsProvider/
H A DAndroid.mk37 # 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
182 // try to open it
219 fail("MessagingException was expected due to UIDL unsupported.");
226 * Test a strange case that causes open to proceed without mCapabilities
247 // Note, checkSettings is going to try to close the connection again, so we expect
266 // getName() returns the name we were created with. If "inbox", converts to INBOX
318 * Lightweight test to confirm that POP3 hasn't implemented any folder roles yet.
328 * Lightweight test to confirm that POP3 is requesting sent-message-upload.
337 * TODO should create an instrumented listener to confir
[all...]

Completed in 1176 milliseconds

1234567