Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 114) sorted by relevance

12345

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DStrSegment.java31 public int from; field in StrSegment
67 public StrSegment(String str, int from, int to) { in StrSegment()
DStrSegmentClause.java35 public StrSegmentClause(WnnClause clause, int from, int to) { in StrSegmentClause()
DComposingText.java124 public String toString(int layer, int from, int to) { in toString()
308 protected void replaceStrSegment0(int layer, StrSegment[] str, int from, int to) { in replaceStrSegment0()
359 public void deleteStrSegment(int layer, int from, int to) { in deleteStrSegment()
435 private void deleteStrSegment0(int layer, int from, int to, int diff) { in deleteStrSegment0()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
DStateIntentCompleted.java36 public static StateIntentCompleted from( in from() method in StateIntentCompleted
44 public static StateIntentCompleted from( in from() method in StateIntentCompleted
DStateFatal.java37 public static StateFatal from( in from() method in StateFatal
DStateForeground.java41 public static StateForeground from( in from() method in StateForeground
DStateBackgroundWithSurfaceTexture.java46 public static StateBackgroundWithSurfaceTexture from( in from() method in StateBackgroundWithSurfaceTexture
DStateForegroundWithSurfaceTexture.java39 public static StateForegroundWithSurfaceTexture from( in from() method in StateForegroundWithSurfaceTexture
DStateReadyForCapture.java91 public static StateReadyForCapture from( in from() method in StateReadyForCapture
100 public static StateReadyForCapture from( in from() method in StateReadyForCapture
DStateBackground.java47 public static StateBackground from( in from() method in StateBackground
DStateSavingPicture.java47 public static StateSavingPicture from( in from() method in StateSavingPicture
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DFunction.java50 T apply(F from); in apply()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DMatrixFit.java31 public MatrixFit(double[][] from, double[][] to) { in MatrixFit()
47 public boolean fit(double[][] from, double[][] to) { in fit()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java36 public void cancelAllBetween(int from, int to) { in cancelAllBetween()
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
DFloatAnimation.java25 public FloatAnimation(float from, float to, int duration) { in FloatAnimation()
DAlphaAnimation.java27 public AlphaAnimation(float from, float to) { in AlphaAnimation()
/packages/apps/Camera2/src/com/android/camera/stats/
DCamera2FaceProxy.java35 public static Camera2FaceProxy from(Face face) { in from() method in Camera2FaceProxy
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_dic.h60 #define NJ_INT32_WRITE(to, from)\ argument
66 #define NJ_INT16_WRITE(to, from)\ argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeableItemView.java40 public static SwipeableView from(View view) { in from() method in SwipeableItemView.SwipeableView
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java204 private static final void copyString(String key, ContentValues from, ContentValues to) { in copyString()
211 private static final void copyInteger(String key, ContentValues from, ContentValues to) { in copyInteger()
218 private static final void copyLong(String key, ContentValues from, ContentValues to) { in copyLong()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java58 private void verifyState(final int count, final int from, final int to) { in verifyState()
64 private void verifyTransition(final int index, final int from, final int to) { in verifyTransition()
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
DMessage.java80 public abstract void setFrom(Address from) throws MessagingException; in setFrom()
84 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() method in ImageRotationCalculatorImpl
/packages/services/Telephony/src/com/android/phone/common/mail/
DMessage.java78 public abstract void setFrom(Address from) throws MessagingException; in setFrom()
82 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java753 private ObjectAnimator createTranslationYAnimator(View view, float from, float to) { in createTranslationYAnimator()
761 private ObjectAnimator createAlphaAnimator(View view, float from, float to, in createAlphaAnimator()
769 private ObjectAnimator createAlphaAnimator(View view, float from, float to, float end, in createAlphaAnimator()
778 private ObjectAnimator createScaleXAnimator(View view, float from, float to) { in createScaleXAnimator()
785 private ObjectAnimator createScaleYAnimator(View view, float from, float to) { in createScaleYAnimator()

12345