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

12

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILSetElement.java24 public void setTo(String to); argument
H A DSMILAnimation.java106 * A <code>DOMString</code> representing the value of the to attribute.
111 public void setTo(String to) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DStrSegment.java10 * Unless required by applicable law or agreed to in writing, software
23 * It is used to represent the layers of the composing text ({@link ComposingText}).
33 public int to; field in class:StrSegment
65 * @param to The end position
67 public StrSegment(String str, int from, int to) { argument
70 this.to = to;
H A DStrSegmentClause.java10 * Unless required by applicable law or agreed to in writing, software
33 * @param to The end position
35 public StrSegmentClause(WnnClause clause, int from, int to) { argument
36 super(clause.candidate, from, to);
H A DComposingText.java10 * Unless required by applicable law or agreed to in writing, software
53 * (ex) the result of Kana-to-Kanji conversion in Japanese,
54 * Pinyin-to-Kanji conversion in Chinese, Hangul-to-Hanja conversion in Korean language.
78 * Output internal information to the log.
87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")";
117 * Convert the range of segments to a string.
121 * @param to Convert range to
124 public String toString(int layer, int from, int to) { argument
308 replaceStrSegment0(int layer, StrSegment[] str, int from, int to) argument
359 deleteStrSegment(int layer, int from, int to) argument
435 deleteStrSegment0(int layer, int from, int to, int diff) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DCloudNotificationBackplane.java10 * Unless required by applicable law or agreed to in writing, software
28 public void send(String to, String msgId, Bundle data) throws IOException; argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java10 * Unless required by applicable law or agreed to in writing, software
27 * might post notifications and we don't want to affect those.
36 public void cancelAllBetween(int from, int to) { argument
37 for (int i = from; i <= to; i++) {
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAlphaAnimation.java10 * Unless required by applicable law or agreed to in writing, software
27 public AlphaAnimation(float from, float to) { argument
29 mEndAlpha = to;
H A DFloatAnimation.java10 * Unless required by applicable law or agreed to in writing, software
25 public FloatAnimation(float from, float to, int duration) { argument
27 mTo = to;
/packages/apps/DeskClock/src/com/android/deskclock/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/apps/Camera/src/com/android/camera/ui/
H A DListPrefSettingPopup.java10 * Unless required by applicable law or agreed to in writing, software
58 int resource, String[] from, int[] to) {
59 super(context, data, resource, from, to);
57 ListPrefSettingAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DListPrefSettingPopup.java10 * Unless required by applicable law or agreed to in writing, software
58 int resource, String[] from, int[] to) {
59 super(context, data, resource, from, to);
57 ListPrefSettingAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
H A DGLCanvasMock.java10 * Unless required by applicable law or agreed to in writing, software
66 public void drawMixed(BasicTexture from, BasicTexture to, argument
/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);
H A DTouchInterceptor.java10 * Unless required by applicable law or agreed to in writing, software
48 * takes in to account header items.
134 // by the framework when the list tries to clean up memory
154 * need to, so implement a slightly different version.
219 layoutChildren(); // force children to be recreated where needed
237 /* Adjust visibility and size to make it appear as though
281 // setting its size to 0 nor settings visibility to GONE
351 // if we're already at the top, don't try to scroll, because
352 // it causes the framework to d
465 drag(int from, int to) argument
468 drop(int from, int to) argument
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java10 * Unless required by applicable law or agreed to in writing, software
62 * Sets the visibility of the specified view to View.VISIBLE and then
67 * @param view The view to be faded in
90 * Fades out the specified view and then sets its visibility to the
97 * return true (in case the UI code needs to detect this state.)
99 * @param view The view to be hidden
100 * @param visibility The value to which the view's visibility will be
109 // Use a view tag to mark this view as being in the middle
135 * method allows the UI code to detect that state.)
206 * Starts cross-fade animation using TransitionDrawable. Nothing will happen if "from" and "to"
209 startCrossFade( final ImageView imageView, final Drawable from, final Drawable to) argument
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java10 * Unless required by applicable law or agreed to in writing, software
190 public static void addAll(ListSuggestionCursor to, SuggestionCursor from) { argument
194 to.add(new SuggestionPosition(from, 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/tests/src/com/android/email/
H A DLegacyConversionsTests.java10 * Unless required by applicable law or agreed to in writing, software
53 * NOTE: It would probably make sense to rewrite this using a MockProvider, instead of the
64 private static final String RECIPIENT_TO = "recipient-to@android.com";
67 private static final String REPLY_TO = "reply-to@android.com";
95 * Test basic conversion from Store message to Provider message
98 * TODO: There are many special cases in the tested function, that need to be
112 * Test basic conversion from Store message to Provider message, when the provider message
132 private MimeMessage buildTestMessage(String to, String cc, String bcc, String replyTo, argument
136 if (to != null) {
137 Address[] addresses = Address.parse(to);
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java10 * Unless required by applicable law or agreed to in writing, software
51 // A popup window that contains a big thumbnail and a list of apps to share.
77 int resource, String[] from, int[] to) {
78 super(context, data, resource, from, to);
214 // Inform other popup to dismiss if exit
252 // On phone UI, we have to know how many icons in the grid view before
76 MySimpleAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java10 * Unless required by applicable law or agreed to in writing, software
63 // Either the locale is empty (means the word is applicable to all locales)
137 // TODO: it should be easy to make this more readable by making the special values
139 // can be guaranteed not to match locales that may exist.
189 * @param editingWord the word to edit, or null if it's an add.
263 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
265 super(context, layout, c, from, to);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUserHistoryDictIOUtils.java10 * Unless required by applicable law or agreed to in writing, software
115 * Writes dictionary to file.
197 * Adds all unigrams and bigrams in maps to OnAddWordListener.
202 final Map<Integer, ArrayList<PendingAttribute>> bigrams, final OnAddWordListener to) {
206 to.setUnigram(word1, null, unigramFrequency);
215 to.setBigram(word1, word2,
200 addWordsFromWordMap(final Map<Integer, String> unigrams, final Map<Integer, Integer> frequencies, final Map<Integer, ArrayList<PendingAttribute>> bigrams, final OnAddWordListener to) argument
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info_state.cpp10 * Unless required by applicable law or agreed to in writing, software
168 // This function basically converts from a length to an edit distance. Accordingly, it's obviously
169 // wrong to compare with mMaxPointToKeyLength.
192 // currentChars is an array containing the keys close to the character the user actually typed at
193 // the same position. We want to see if c is in it: if so, then the word contains at that position
194 // a character close to what the user typed.
196 // proximityIndex is a pointer to the variable where getProximityType returns the index of c
200 // to the non-accented version.
281 const int from, const int to, const int keyId, const bool extend) const {
285 if (to <
280 getLineToKeyDistance( const int from, const int to, const int keyId, const bool extend) const argument
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnJni.h10 * Unless required by applicable law or agreed to in writing, software
85 NJ_UINT8* to; member in struct:__anon32

Completed in 1092 milliseconds

12