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

1234567891011

/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/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 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;
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;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_dic.h10 * Unless required by applicable law or agreed to in writing, software
60 #define NJ_INT32_WRITE(to, from)\
61 {(to)[0]=(NJ_UINT8)(((from)>>24) & 0x000000ff);\
62 (to)[1]=(NJ_UINT8)(((from)>>16) & 0x000000ff);\
63 (to)[2]=(NJ_UINT8)(((from)>>8) & 0x000000ff);\
64 (to)[3]=(NJ_UINT8)((from) & 0x000000ff);}
66 #define NJ_INT16_WRITE(to, from)\
67 {(to)[0]=(NJ_UINT8)(((from)>>8) & 0x00ff);\
68 (to)[1]=(NJ_UINT8)((from) & 0x00ff);}
/packages/apps/Dialer/java/com/android/dialer/configprovider/
H A DSharedPrefConfigProviderModule.java10 * Unless required by applicable law or agreed to in writing, software
29 abstract ConfigProvider to(SharedPrefConfigProvider impl); method in class:SharedPrefConfigProviderModule
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmStateManager.java10 * Unless required by applicable law or agreed to in writing, software
57 * This class handles all the state changes for alarm instances. You need to
58 * register all alarm instances with the state manager if you want them to
60 * then you must also re-register instances to fix their states.
68 * This state is used when the alarm is activated, but doesn't need to display anything. It
69 * is in charge of changing the alarm instance state to a LOW_NOTIFICATION_STATE.
72 * This state is used to notify the user that the alarm will go off
74 * state handles the state changes to HIGH_NOTIFICATION_STATE, HIDE_NOTIFICATION_STATE and
78 * This is a transient state of the LOW_NOTIFICATION_STATE, where the user wants to hide the
82 * This state behaves like the LOW_NOTIFICATION_STATE, but doesn't allow the user to hid
[all...]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DAnswerMethodHolder.java10 * Unless required by applicable law or agreed to in writing, software
21 /** Defines callbacks {@link AnswerMethod AnswerMethods} may use to update their parent. */
30 void onAnswerProgressUpdate(@FloatRange(from = -1f, to = 1f) float answerProgress);
38 /** Set AnswerProgress to zero (not due to normal updates). */
/packages/apps/Dialer/java/com/android/incallui/answer/protocol/
H A DAnswerScreenDelegate.java10 * Unless required by applicable law or agreed to in writing, software
41 * is called from the answer UI to animate the accept and reject action.
43 * <p>When the user is rejecting we animate the background color to a mostly transparent gray. The
46 * @param progress float from -1 to 1. -1 is fully rejected, 1 is fully accepted, and 0 is neutral
48 void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress);
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/testing/
H A Dinclude_test_prebuilt.mk9 # Unless required by applicable law or agreed to in writing, software
15 # An .mk include file that contains the boilerplate needed to include test,
19 # TIME_ZONE_DATA_APP_SUFFIX - the suffix to apply to the package name.
25 # Turn off pre-opting. We want these to be installable.
28 # OEM-INSTRUCTION: Change this to match your OEM-specific test suite.
32 # Required for the xTS TimeZoneUpdateHostTest to pass because it needs correctly
33 # signed OEM-specific apks available to work.
/packages/apps/Messaging/build/
H A Dgcheckstyle.mk9 # Unless required by applicable law or agreed to in writing, software
15 # The config file to use when checking style issues
18 # The jar file to use to perform the checking
21 # The output file to cache the results of style error checking
24 # The set of input files to check
28 # The config file has to be packaged into the jar, and jar uf command expects the current working directory
29 # to match the jar structure
37 # FLAG: It may be more efficient to cache individual file results rather than grouping them all together
42 # The root of the lint rule which just prints the style errors txt file to th
[all...]
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
H A DComposeActivityTest.java10 * Unless required by applicable law or agreed to in writing, software
126 * Test the cases where: The user's reply-to is one of their custom from's
127 * and they are replying all to a message where their custom from was a
157 String[] to = activity.getToAddresses();
160 String toAsString = TextUtils.join(",", to);
161 assertEquals(3, to.length);
170 * Test the cases where: The user sent a message to one of
171 * their custom froms and just replied to that message
194 String[] to = activity.getToAddresses();
197 String toAsString = TextUtils.join(",", to);
[all...]
/packages/apps/Messaging/
H A DForceProguard.mk9 # Unless required by applicable law or agreed to in writing, software
15 # Check to see if we need to force proguard to re-run, typically after using tapas to
16 # switch to/from eng builds. This is determined by comparing the flag files used in the previous
31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
H A Dinclude_app_prebuilt.mk9 # Unless required by applicable law or agreed to in writing, software
15 # An .mk include file that contains the boilerplate needed to include real and
19 # TIME_ZONE_DATA_APP_SUFFIX - the suffix to apply to the package name. Can be
21 # LOCAL_COMPATIBILITY_SUITE - if the package is to be included in xTS tests.
35 # OEM-INSTRUCTION: Change this to match your app-specific signing certificate.
38 # If LOCAL_COMPATIBILITY_SUITE is set this also copies the APK to the appropriate xTS directory
/packages/apps/CertInstaller/
H A DAndroid.mk14 # Use the folloing include to make our test apk.
/packages/apps/Gallery/
H A DAndroid.mk13 # Use the following include to make our test apk.
/packages/apps/Launcher2/src/com/android/launcher2/
H A DButtonDropTarget.java10 * Unless required by applicable law or agreed to in writing, software
46 /** The paint applied to the drag view on hover */
127 // Find the rect to animate to (the view is center aligned)
128 Rect to = new Rect();
129 dragLayer.getViewRectRelativeToSelf(this, to);
138 right = to.right - getPaddingRight();
141 left = to.left + getPaddingLeft();
145 final int top = to.top + (getMeasuredHeight() - height) / 2;
148 to
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIOUtils.java10 * Unless required by applicable law or agreed to in writing, software
45 public static long copy(InputStream from, OutputStream to) throws IOException { argument
50 to.write(buf, 0, r);
/packages/apps/TimeZoneData/oem_template/data_app/testing/
H A Dbuild_oem_test_data_app.mk9 # Unless required by applicable law or agreed to in writing, software
15 # An .mk include file that contains the boilerplate needed to build test,
19 # TIME_ZONE_DATA_APP_SUFFIX - the suffix to apply to the package name.
/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/UnifiedEmail/tests/src/com/android/mail/browse/
H A DMessageHeaderViewTest.java3 * Licensed to The Android Open Source Project.
11 * Unless required by applicable law or agreed to in writing, software
32 String[] to = makeRecipientArray("TO", 60);
34 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
44 String[] to = makeRecipientArray("TO", 20);
47 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
/packages/apps/TimeZoneData/oem_template/data_app/
H A Dbuild_oem_data_app.mk9 # Unless required by applicable law or agreed to in writing, software
15 # An .mk include file that contains the boilerplate needed to build real and
21 # TIME_ZONE_DATA_APP_SUFFIX - the suffix to apply to the package name. Can be
25 # LOCAL_COMPATIBILITY_SUITE - if the package is to be included in xTS tests.
/packages/apps/Dialer/java/com/android/incallui/
H A DAnswerScreenPresenterStub.java10 * Unless required by applicable law or agreed to in writing, software
23 * Stub implementation of the answer screen delegate. Used to keep the answer fragment visible when
52 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) {}

Completed in 724 milliseconds

1234567891011