/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | StrSegment.java | 31 public int from; field in StrSegment 67 public StrSegment(String str, int from, int to) { in StrSegment()
|
D | StrSegmentClause.java | 35 public StrSegmentClause(WnnClause clause, int from, int to) { in StrSegmentClause()
|
D | ComposingText.java | 124 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/ |
D | SpamBindingsStub.java | 86 ReportingLocation.Type from, in reportSpamFromAfterCallNotification() 94 ReportingLocation.Type from, in reportSpamFromCallHistory() 102 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification() 110 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
|
D | SpamBindings.java | 99 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/ |
D | StateIntentCompleted.java | 36 public static StateIntentCompleted from( in from() method in StateIntentCompleted 44 public static StateIntentCompleted from( in from() method in StateIntentCompleted
|
D | StateFatal.java | 37 public static StateFatal from( in from() method in StateFatal
|
D | StateForeground.java | 41 public static StateForeground from( in from() method in StateForeground
|
D | StateBackgroundWithSurfaceTexture.java | 46 public static StateBackgroundWithSurfaceTexture from( in from() method in StateBackgroundWithSurfaceTexture
|
D | StateForegroundWithSurfaceTexture.java | 39 public static StateForegroundWithSurfaceTexture from( in from() method in StateForegroundWithSurfaceTexture
|
D | StateBackground.java | 47 public static StateBackground from( in from() method in StateBackground
|
D | StateSavingPicture.java | 47 public static StateSavingPicture from( in from() method in StateSavingPicture
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | Function.java | 50 T apply(F from); in apply()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
D | MatrixFit.java | 31 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/ |
D | NotificationMgr.java | 36 public void cancelAllBetween(int from, int to) { in cancelAllBetween()
|
/packages/apps/Camera2/src/com/android/camera/stats/ |
D | Camera2FaceProxy.java | 35 public static Camera2FaceProxy from(Face face) { in from() method in Camera2FaceProxy
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
D | FloatAnimation.java | 25 public FloatAnimation(float from, float to, int duration) { in FloatAnimation()
|
D | AlphaAnimation.java | 27 public AlphaAnimation(float from, float to) { in AlphaAnimation()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeableItemView.java | 40 public static SwipeableView from(View view) { in from() method in SwipeableItemView.SwipeableView
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
D | nj_dic.h | 60 #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/ |
D | ActionTest.java | 58 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/ |
D | BluetoothOppProvider.java | 199 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/ |
D | ImageRotationCalculatorImpl.java | 58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() method in ImageRotationCalculatorImpl
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
D | Message.java | 80 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/ |
D | Message.java | 77 public abstract void setFrom(Address from) throws MessagingException; in setFrom() 81 public abstract void setReplyTo(Address[] from) throws MessagingException; in setReplyTo()
|