Home
last modified time | relevance | path

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

12345678910>>...17

/frameworks/base/location/java/android/location/
DGeocoder.java139 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation()
141 @IntRange(from = 1) int maxResults) in getFromLocation()
165 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation()
167 @IntRange(from = 1) int maxResults, in getFromLocation()
214 @NonNull String locationName, @IntRange(from = 1) int maxResults) throws IOException { in getFromLocationName()
236 @IntRange(from = 1) int maxResults, in getFromLocationName()
277 @IntRange(from = 1) int maxResults, in getFromLocationName()
278 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName()
315 @IntRange(from = 1) int maxResults, in getFromLocationName()
316 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName()
/frameworks/av/media/codec2/vndk/
Dtypes.cpp42 bool b2h(status_t from, HStatus* to, in b2h()
82 bool h2b(HStatus from, status_t* to) { in h2b()
136 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h()
155 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b()
170 bool b2h(int from, HConnectionType* to) { in b2h()
187 bool h2b(HConnectionType from, int* to) { in h2b()
207 bool b2h(BRect const& from, HRect* to) { in b2h()
216 bool h2b(HRect const& from, BRect* to) { in h2b()
228 bool b2h(BRegion const& from, HRegion* to) { in b2h()
240 bool h2b(HRegion const& from, BRegion* to) { in h2b()
[all …]
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp34 bool b2h(status_t from, HStatus* to, in b2h()
75 bool h2b(HStatus from, status_t* to) { in h2b()
129 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h()
148 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b()
163 bool b2h(int from, HConnectionType* to) { in b2h()
180 bool h2b(HConnectionType from, int* to) { in h2b()
200 bool b2h(BRect const& from, HRect* to) { in b2h()
209 bool h2b(HRect const& from, BRect* to) { in h2b()
221 bool b2h(BRegion const& from, HRegion* to) { in b2h()
233 bool h2b(HRegion const& from, BRegion* to) { in h2b()
[all …]
/frameworks/base/core/java/android/database/
DCursorWindow.java333 public boolean isNull(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isNull()
348 public boolean isBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isBlob()
363 public boolean isLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isLong()
377 public boolean isFloat(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isFloat()
392 public boolean isString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isString()
404 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType()
435 public byte[] getBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getBlob()
470 public String getString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getString()
509 public void copyStringToBuffer(@IntRange(from = 0) int row, @IntRange(from = 0) int column, in copyStringToBuffer()
544 public long getLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getLong()
[all …]
/frameworks/base/core/java/android/text/
DMeasuredParagraph.java218 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections()
378 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
389 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt()
420 @IntRange(from = 0) int start, in buildForBidi()
447 @IntRange(from = 0) int start, in buildForMeasurement()
500 @Nullable LineBreakConfig lineBreakConfig, @IntRange(from = 0) int length, in onAppendStyleRun()
508 @IntRange(from = 0) int length, @Px @FloatRange(from = 0) float width); in onAppendReplacementRun()
535 @IntRange(from = 0) int start, in buildForStaticLayout()
573 @IntRange(from = 0) int start, in buildForStaticLayoutTest()
587 @IntRange(from = 0) int start, in buildForStaticLayoutInternal()
[all …]
DTextShaper.java192 @IntRange(from = 0) int start, in accept()
213 @NonNull CharSequence text, @IntRange(from = 0) int start, in shapeText()
/frameworks/base/core/java/android/os/connectivity/
DWifiActivityEnergyInfo.java93 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo()
140 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo()
/frameworks/base/core/java/android/text/style/
DSpanUtils.java49 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleBold()
135 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleItalic()
221 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleUnderline()
272 private static long pack(int from, int to) { in pack()
293 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in isCovered()
DReplacementSpan.java45 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize()
62 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
DDynamicDrawableSpan.java142 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize()
160 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
/frameworks/base/graphics/java/android/graphics/text/
DMeasuredText.java121 @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in getWidth()
142 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
156 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt()
189 @IntRange(from = 0) int start, in nGetWidth()
291 public @NonNull Builder appendStyleRun(@NonNull Paint paint, @IntRange(from = 0) int length, in appendStyleRun()
310 @Nullable LineBreakConfig lineBreakConfig, @IntRange(from = 0) int length, in appendStyleRun()
346 @IntRange(from = 0) int length, @Px @FloatRange(from = 0) float width) { in appendReplacementRun()
530 @IntRange(from = 0) int start, in nAddStyleRun()
544 @IntRange(from = 0) int start, in nAddReplacementRun()
546 @FloatRange(from = 0) float width); in nAddReplacementRun()
DLineBreaker.java311 @Px @IntRange(from = 0) int firstWidthLineCount) { in setIndent()
325 @Px @FloatRange(from = 0) float defaultTabStop) { in setTabStops()
583 @IntRange(from = 0) int lineNumber) { in computeLineBreaks()
620 @IntRange(from = 0) int length, in nComputeLineBreaks()
621 @FloatRange(from = 0.0f) float firstWidth, in nComputeLineBreaks()
/frameworks/base/graphics/java/android/graphics/fonts/
DFontFileUtil.java76 @IntRange(from = 0) int ttcIndex, @Nullable FontVariationAxis[] varSettings) { in analyzeStyle()
154 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision()
169 @IntRange(from = 0) int index) { in getPostScriptName()
186 @IntRange(from = 0) int index) { in isPostScriptType1Font()
276 @IntRange(from = 0) int index); in nGetFontRevision()
280 @IntRange(from = 0) int index); in nGetFontPostScriptName()
284 @IntRange(from = 0) int index); in nIsPostScriptType1Font()
/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java219 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL()
374 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent()
405 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB()
451 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ()
551 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor()
577 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor()
620 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB()
642 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL()
665 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsSmsImplBase.java178 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms()
220 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms()
240 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms()
259 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport()
317 @IntRange(from = 0, to = 65535) int messageRef) throws RuntimeException { in onSendSmsResultSuccess()
353 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult()
390 @IntRange(from = 0, to = 65535) int messageRef, @SendStatusResult int status, in onSendSmsResultError()
460 @IntRange(from = 0, to = 65535) int messageRef, @SmsMessage.Format String format, in onSmsStatusReportReceived()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp787 bool C2Mapper::map(C2Config::bitrate_mode_t from, int32_t *to) { in map()
792 bool C2Mapper::map(int32_t from, C2Config::bitrate_mode_t *to) { in map()
797 bool C2Mapper::map(C2Config::pcm_encoding_t from, int32_t *to) { in map()
802 bool C2Mapper::map(int32_t from, C2Config::pcm_encoding_t *to) { in map()
807 bool C2Mapper::map(C2Color::range_t from, int32_t *to) { in map()
828 bool C2Mapper::map(int32_t from, C2Color::range_t *to) { in map()
849 bool C2Mapper::map(C2Color::range_t from, ColorAspects::Range *to) { in map()
854 bool C2Mapper::map(ColorAspects::Range from, C2Color::range_t *to) { in map()
924 bool C2Mapper::map(C2Color::primaries_t from, ColorAspects::Primaries *to) { in map()
929 bool C2Mapper::map(ColorAspects::Primaries from, C2Color::primaries_t *to) { in map()
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DSurroundingText.java76 @IntRange(from = 0) int selectionStart, @IntRange(from = 0) int selectionEnd, in SurroundingText()
/frameworks/av/media/module/foundation/
DAString.cpp69 AString::AString(const String8 &from) in AString()
76 AString::AString(const AString &from) in AString()
83 AString::AString(const AString &from, size_t offset, size_t n) in AString()
94 AString &AString::operator=(const AString &from) { in operator =()
123 void AString::setTo(const AString &from, size_t offset, size_t n) { in setTo()
205 void AString::append(const AString &from) { in append()
209 void AString::append(const AString &from, size_t offset, size_t n) { in append()
288 void AString::insert(const AString &from, size_t insertionPos) { in insert()
292 void AString::insert(const char *from, size_t size, size_t insertionPos) { in insert()
DMetaData.cpp41 MetaData::MetaData(const MetaData &from) in MetaData()
44 MetaData::MetaData(const MetaDataBase &from) in MetaData()
/frameworks/base/location/java/android/location/provider/
DForwardGeocodeRequest.java243 @FloatRange(from = -90.0, to = 90.0) double lowerLeftLatitude, in Builder()
247 @IntRange(from = 1) int maxResults, in Builder()
/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java81 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter()
106 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, in SimpleCursorAdapter()
142 final int[] from = mFrom; in bindView() local
329 private void findColumns(Cursor c, String[] from) { in findColumns()
364 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplayConfig.java64 @IntRange(from = 1) int width, in VirtualDisplayConfig()
322 @IntRange(from = 1) int width, in Builder()
/frameworks/base/core/java/android/companion/virtual/camera/
DVirtualCameraCallback.java51 @IntRange(from = 1) int width, @IntRange(from = 1) int height, in onStreamConfigured()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DHelper.kt42 val from = classes.findMethod(className, fromMethodName, descriptor) in checkSubstitutionMethodCompatibility() constant
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DSocketConnect.java13 private InputStream from; field in SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()

12345678910>>...17