Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 125) 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/Dialer/java/com/android/dialer/spam/
DSpamBindingsStub.java86 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
94 ReportingLocation.Type from, in reportSpamFromCallHistory()
102 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
110 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
DSpamBindings.java99 ReportingLocation.Type from, in reportSpamFromAfterCallNotification()
118 ReportingLocation.Type from, in reportSpamFromCallHistory()
137 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification()
156 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
/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
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/Camera2/src/com/android/camera/stats/
DCamera2FaceProxy.java35 public static Camera2FaceProxy from(Face face) { in from() method in Camera2FaceProxy
/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/UnifiedEmail/src/com/android/mail/ui/
DSwipeableItemView.java40 public static SwipeableView from(View view) { in from() method in SwipeableItemView.SwipeableView
/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/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/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java199 private static final void copyString(String key, ContentValues from, ContentValues to) { in copyString()
206 private static final void copyInteger(String key, ContentValues from, ContentValues to) { in copyInteger()
213 private static final void copyLong(String key, ContentValues from, ContentValues to) { in copyLong()
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DImageRotationCalculatorImpl.java58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() method in ImageRotationCalculatorImpl
/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/Dialer/java/com/android/voicemail/impl/mail/
DMessage.java77 public abstract void setFrom(Address from) throws MessagingException; in setFrom()
81 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo()

12345