Home
last modified time | relevance | path

Searched defs:from (Results 126 – 150 of 906) sorted by relevance

12345678910>>...37

/aosp12/frameworks/libs/modules-utils/java/android/annotation/
H A DFloatRange.java45 double from() default Double.NEGATIVE_INFINITY; in from() method
/aosp12/frameworks/base/core/java/android/text/style/
H A DQuoteSpan.java108 public QuoteSpan(@ColorInt int color, @IntRange(from = 0) int stripeWidth, in QuoteSpan()
/aosp12/packages/apps/Dialer/java/com/android/bubble/
H A DBubbleInfo.java51 public static Builder from(@NonNull BubbleInfo bubbleInfo) { in from() method in BubbleInfo
100 public static Builder from(@NonNull Action action) { in from() method in BubbleInfo.Action
/aosp14/frameworks/base/identity/java/android/security/identity/
H A DIdentityCredential.java552 @IntRange(from = 0) int keyCount, in setAvailableAuthenticationKeys()
/aosp14/frameworks/base/core/java/android/text/style/
H A DQuoteSpan.java108 public QuoteSpan(@ColorInt int color, @IntRange(from = 0) int stripeWidth, in QuoteSpan()
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
H A DUtils.java48 final int from, final int to) { in appendByteArray()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DUserLifecycleEventTest.java30 int from = 10; in testFullConstructor() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java36 public void cancelAllBetween(int from, int to) { in cancelAllBetween()
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java177 public Builder(@IntRange(from = 0) int startIndex, @IntRange(from = 0) int endIndex) { in Builder()
194 @FloatRange(from = 0.0, to = 1.0) float confidenceScore) { in setEntityType()
396 @IntRange(from = 0) int startIndex, in Builder()
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextSelection.java177 public Builder(@IntRange(from = 0) int startIndex, @IntRange(from = 0) int endIndex) { in Builder()
194 @FloatRange(from = 0.0, to = 1.0) float confidenceScore) { in setEntityType()
396 @IntRange(from = 0) int startIndex, in Builder()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardBase.java217 private void copyStringExtra(Intent from, Intent to, String key) { in copyStringExtra()
223 private void copyBooleanExtra(Intent from, Intent to, String key) { in copyBooleanExtra()
231 final Intent from = getIntent(); in startActivity() local
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java96 @IntRange(from = 0) int width, @IntRange(from = 0) int height); in surfaceChanged()
/aosp12/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h40 virtual void evaluate(T* out, const T& from, const T& to, float fraction) const {}; in evaluate()
46 virtual void evaluate(float* out, const float& from, const float& to, in evaluate()
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java96 @IntRange(from = 0) int width, @IntRange(from = 0) int height); in surfaceChanged()
/aosp14/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h40 virtual void evaluate(T* out, const T& from, const T& to, float fraction) const {}; in evaluate()
46 virtual void evaluate(float* out, const float& from, const float& to, in evaluate()
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDurationsTable.java33 public void addDurations(DurationsTable from) { in addDurations()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DFloatAnimation.java25 public FloatAnimation(float from, float to, int duration) { in FloatAnimation()
/aosp12/packages/apps/Camera2/src/com/android/camera/stats/
H A DCamera2FaceProxy.java35 public static Camera2FaceProxy from(Face face) { in from() method in Camera2FaceProxy
/aosp14/frameworks/base/core/java/android/companion/virtual/sensor/
H A DVirtualSensorDirectChannelCallback.java107 void onDirectChannelConfigured(@IntRange(from = 1) int channelHandle, in onDirectChannelConfigured()
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDurationsTable.java33 public void addDurations(DurationsTable from) { in addDurations()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPaint.java2160 @IntRange(from = 0) int start, @IntRange(from = 0) int count, in getFontMetricsInt()
2223 @IntRange(from = 0) int start, @IntRange(from = 0) int count, in getFontMetricsInt()
2763 public float getTextRunAdvances(@NonNull char[] chars, @IntRange(from = 0) int index, in getTextRunAdvances()
2826 public int getTextRunCursor(@NonNull char[] text, @IntRange(from = 0) int contextStart, in getTextRunCursor()
2866 public int getTextRunCursor(@NonNull CharSequence text, @IntRange(from = 0) int contextStart, in getTextRunCursor()
2915 public int getTextRunCursor(@NonNull String text, @IntRange(from = 0) int contextStart, in getTextRunCursor()
H A DHardwareBufferRenderer.java170 @FloatRange(from = 0f) float lightZ, in setLightSourceGeometry()
195 public void setLightSourceAlpha(@FloatRange(from = 0.0f, to = 1.0f) float ambientShadowAlpha, in setLightSourceAlpha()
/aosp12/frameworks/base/media/java/android/media/
H A DImageReader.java134 @IntRange(from = 1) int width, in newInstance()
246 @IntRange(from = 1) int width, in newInstance()
265 @IntRange(from = 1) int width, in newInstance()
/aosp14/frameworks/base/core/java/android/text/
H A DBoringLayout.java117 @IntRange(from = 0) int outerWidth, in make()
183 @NonNull TextPaint paint, @IntRange(from = 0) int outerWidth, in replaceOrMake()
312 @IntRange(from = 0) int outerWidth, @NonNull Alignment align, float spacingMult, in BoringLayout()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java180 private static void copyString(String key, ContentValues from, ContentValues to) { in copyString()
187 private static void copyInteger(String key, ContentValues from, ContentValues to) { in copyInteger()
194 private static void copyLong(String key, ContentValues from, ContentValues to) { in copyLong()

12345678910>>...37