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

1234

/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);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java36 public void cancelAllBetween(int from, int to) { argument
37 for (int i = from; i <= to; i++) {
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateBackground.java47 public static StateBackground from( method in class:StateBackground
75 return Optional.of((State) StateForeground.from(
96 State nextState = StateBackgroundWithSurfaceTexture.from(
H A DStateBackgroundWithSurfaceTexture.java43 * Used to transition from StateOpeningCamera, StateStartingPreview and
46 public static StateBackgroundWithSurfaceTexture from( method in class:StateBackgroundWithSurfaceTexture
71 return Optional.of((State) StateForegroundWithSurfaceTexture.from(
84 return Optional.of((State) StateBackground.from(
H A DStateFatal.java37 public static StateFatal from( method in class:StateFatal
H A DStateForeground.java40 // Can be used to transition from Background on resume.
41 public static StateForeground from( method in class:StateForeground
61 return Optional.of((State) StateBackground.from(
82 State nextState = StateForegroundWithSurfaceTexture.from(
H A DStateForegroundWithSurfaceTexture.java38 // Used to transition from BackgroundWithSurfaceTexture on module is resumed.
39 public static StateForegroundWithSurfaceTexture from( method in class:StateForegroundWithSurfaceTexture
73 return Optional.of((State) StateOpeningCamera.from(this, mResourceConstructed,
76 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
H A DStateIntentCompleted.java36 public static StateIntentCompleted from( method in class:StateIntentCompleted
44 public static StateIntentCompleted from( method in class:StateIntentCompleted
H A DStateSavingPicture.java47 public static StateSavingPicture from( method in class:StateSavingPicture
90 return Optional.of((State) StateIntentCompleted.from(
101 return Optional.of((State) StateIntentCompleted.from(
105 return Optional.of((State) StateIntentCompleted.from(this, mResourceConstructed));
H A DStateReviewingPicture.java62 public static StateReviewingPicture from( method in class:StateReviewingPicture
91 return Optional.of((State) StateBackgroundWithSurfaceTexture.from(
116 return Optional.of((State) StateIntentCompleted.from(
135 return Optional.of((State) StateSavingPicture.from(
148 return Optional.of((State) StateReadyForCapture.from(
161 return Optional.of((State) StateSavingPicture.from(
H A DStateStartingPreview.java55 public static StateStartingPreview from( method in class:StateStartingPreview
102 return Optional.of((State) StateBackgroundWithSurfaceTexture.from(
132 return Optional.of((State) StateReadyForCapture.from(
147 return Optional.of((State) StateFatal.from(
162 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
176 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
179 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
/packages/apps/Camera2/src/com/android/camera/stats/
H A DCamera2FaceProxy.java23 * Wraps the Camera2 required class to insulate Kit-Kat devices from Camera2 API
35 public static Camera2FaceProxy from(Face face) { method in class:Camera2FaceProxy
/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/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableItemView.java40 public static SwipeableView from(View view) { method in class:SwipeableItemView.SwipeableView
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DFunction.java21 * A transformation from one object to another. For example, a
38 * @since 2010.01.04 <b>stable</b> (imported from Google Collections Library)
47 * @param from the source object
50 T apply(F from); argument
/packages/apps/Camera2/src/com/android/camera/data/
H A DLocation.java94 public static Location from(double latitude, double longitude) { method in class:Location
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
H A DImageRotationCalculatorImpl.java58 public static ImageRotationCalculator from(OrientationManager orientationManager, method in class:ImageRotationCalculatorImpl
70 return OrientationManager.DeviceOrientation.from(imageRotation);
/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersAdapter.java34 public BlockedNumbersAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
36 super(context, layout, c, from, to, flags);
/packages/apps/Camera2/src/com/android/camera/device/
H A DCameraId.java33 public static CameraId from(@Nonnull String camera2Id) { method in class:CameraId
106 // created from any Camera1 id.
/packages/apps/Dialer/java/com/android/dialer/spam/
H A DSpamBindingsStub.java86 ReportingLocation.Type from,
94 ReportingLocation.Type from,
102 ReportingLocation.Type from,
110 ReportingLocation.Type from,
82 reportSpamFromAfterCallNotification( String number, String countryIso, int callType, ReportingLocation.Type from, ContactLookupResult.Type contactLookupResultType) argument
90 reportSpamFromCallHistory( String number, String countryIso, int callType, ReportingLocation.Type from, ContactSource.Type contactSourceType) argument
98 reportNotSpamFromAfterCallNotification( String number, String countryIso, int callType, ReportingLocation.Type from, ContactLookupResult.Type contactLookupResultType) argument
106 reportNotSpamFromCallHistory( String number, String countryIso, int callType, ReportingLocation.Type from, ContactSource.Type contactSourceType) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DMatrixFit.java31 public MatrixFit(double[][] from, double[][] to) { argument
32 mValid = fit(from, to);
47 public boolean fit(double[][] from, double[][] to) { argument
48 if ((from.length != to.length) || (from.length < 1)) {
49 Log.e(LOGTAG, "from and to must be of same size");
53 mDimension = from[0].length;
56 if (from.length < mDimension) {
61 double[][] q = new double[from.length][mDimension];
62 for (int i = 0; i < from
[all...]
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DReadRecInd.java24 * @param from the from value
32 public ReadRecInd(EncodedStringValue from, argument
39 setFrom(from);
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DReadRecInd.java26 * @param from the from value
34 public ReadRecInd(EncodedStringValue from, argument
41 setFrom(from);

Completed in 469 milliseconds

1234