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

12

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DStrSegment.java31 public int from; field in class:StrSegment
64 * @param from The start position
67 public StrSegment(String str, int from, int to) { argument
69 this.from = from;
H A DStrSegmentClause.java32 * @param from The start position
35 public StrSegmentClause(WnnClause clause, int from, int to) { argument
36 super(clause.candidate, from, to);
H A DComposingText.java29 * {@link LetterConverter} and {@link WnnEngine} get the input string from it, and
87 tmp += "(" + ss.string + "," + ss.from + "," + ss.to + ")";
120 * @param from Convert range from
124 public String toString(int layer, int from, int to) { argument
129 for (int i = from; i <= to; i++) {
153 * @param mod_from Modified from
154 * @param mod_len Length after modified (# of StrSegments from {@code mod_from})
155 * @param org_len Length before modified (# of StrSegments from {@code mod_from})
181 last.string = toString(layer, last.from, las
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.java20 public void cancelAllBetween(int from, int to) { argument
21 for (int i = from; i <= to; i++) {
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAlphaAnimation.java27 public AlphaAnimation(float from, float to) { argument
28 mStartAlpha = from;
30 mCurrentAlpha = from;
H A DFloatAnimation.java25 public FloatAnimation(float from, float to, int duration) { argument
26 mFrom = from;
28 mCurrent = from;
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTweener.java133 Tweener from(Object object, long duration, Object... vars) { method in class:Tweener
/packages/apps/Camera/src/com/android/camera/ui/
H A DListPrefSettingPopup.java58 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/Contacts/tests/src/com/android/contacts/tests/streamitems/
H A DStreamItemPopulatorActivity.java52 // Test data to randomly select from.
54 "Just got back from a vacation in %1$s - what a great place! Can't wait to go back.",
97 // Photos to randomly select from.
216 // Add from 1-5 stream items.
297 private <T> T pickRandom(T[] from) { argument
298 return from[randInt(from.length)];
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasMock.java63 public void drawMixed(BasicTexture from, BasicTexture to, argument
H A DGLCanvasStub.java63 public void drawMixed(BasicTexture from, BasicTexture to, argument
65 public void drawMixed(BasicTexture from, int to, argument
67 public void drawMixed(BasicTexture from, BasicTexture to, argument
86 public void drawMixed(BasicTexture from, int toColor, argument
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java96 * A <code>DOMString</code> representing the value of the from attribute.
102 public void setFrom(String from) argument
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java232 PickListAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to) { argument
233 super(context, layout, cursor, from, to);
H A DTouchInterceptor.java160 // by going back from a visible item
465 void drag(int from, int to); argument
468 void drop(int from, int to); argument
H A DPlaylistBrowserActivity.java198 // instead of closing the cursor directly keeps the framework from accessing
568 int layout, Cursor cursor, String[] from, int[] to) {
569 super(context, layout, cursor, from, to);
567 PlaylistListAdapter(Context context, PlaylistBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java37 * Turn on when you're interested in fading animation. Intentionally untied from other debug
165 * This will be used from ObjectAnimator.
206 * Starts cross-fade animation using TransitionDrawable. Nothing will happen if "from" and "to"
210 final ImageView imageView, final Drawable from, final Drawable to) {
213 final boolean areSameImage = from.equals(to) ||
214 ((from instanceof BitmapDrawable)
216 && ((BitmapDrawable) from).getBitmap()
221 + "(" + Integer.toHexString(from.hashCode()) + " -> "
225 CrossFadeDrawable crossFadeDrawable = newCrossFadeDrawable(from, to);
234 + Integer.toHexString(from
209 startCrossFade( final ImageView imageView, final Drawable from, final Drawable to) argument
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSuggestionCursorUtil.java190 public static void addAll(ListSuggestionCursor to, SuggestionCursor from) { argument
191 if (from == null) return;
192 int count = from.getCount();
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
69 /** Database version from which upgrading is a nop */
162 // from NOP_FROM is the same as upgrading from NOP_TO.
165 Log.i(TAG, "Upgrading downloads database from version " + oldV + " to "
217 private static final void copyString(String key, ContentValues from, ContentValues to) { argument
218 String s = from.getAsString(key);
224 private static final void copyInteger(String key, ContentValues from, ContentValues to) { argument
225 Integer i = from.getAsInteger(key);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDeleteDropTarget.java140 // If we are dragging a widget from AppsCustomize, hide the delete target
145 // If we are dragging an application from AppsCustomize, only show the control if we can
197 Rect from = new Rect();
198 dragLayer.getViewRectRelativeToSelf(d.dragView, from);
201 float scale = (float) to.width() / from.width();
212 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
222 // Uninstall the application if it is being dragged from AppsCustomize
227 // Remove the folder from the workspace and delete the contents from launcher model
232 // Remove the widget from th
323 FlingAlongVectorAnimatorUpdateListener(DragLayer dragLayer, PointF vel, Rect from, long startTime, float friction) argument
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java77 int resource, String[] from, int[] to) {
78 super(context, data, resource, from, to);
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.java263 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
265 super(context, layout, c, from, to);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnJni.h84 NJ_UINT8* from; member in struct:__anon20
/packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
H A DMessage.java80 public abstract void setFrom(Address from) throws MessagingException; argument
84 public abstract void setReplyTo(Address[] from) throws MessagingException; argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java66 // Pops from the top of the stack as current configuration state (matrix,
72 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
76 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
97 // from * (1 - ratio) + to * ratio
99 public void drawMixed(BasicTexture from, int toColor, argument
103 // rectangle. The actual color used is from * (1 - ratio) + to * ratio.
106 public void drawMixed(BasicTexture from, int toColor, argument
113 // Unloads the specified texture from the canvas. The resource allocated
115 // to the unloaded state. This function should be called only from
/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageItem.java82 Pattern mHighlight; // portion of message to highlight (from search)
85 // only be from the main GUI thread. Worst case if accessed from
86 // another thread is it'll return null and be set again from that
200 private void interpretFrom(EncodedStringValue from, Uri messageUri) { argument
201 if (from != null) {
202 mAddress = from.getString();
204 // In the rare case when getting the "from" address from the pdu fails,
205 // (e.g. from
[all...]

Completed in 303 milliseconds

12