Home
last modified time | relevance | path

Searched defs:from (Results 151 – 175 of 842) sorted by relevance

12345678910>>...34

/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()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs347 fn from(capacity: Integer) -> Self { in from() method
369 fn from(index: Integer) -> Self { in from() method
391 fn from(index: Integer) -> Self { in from() method
421 fn from(index: Integer) -> Self { in from() method
443 fn from(inner: IndexAndValue) -> Self { in from() method
475 fn from(inner: IndexAndValue) -> Self { in from() method
522 fn from(inner: IndexAndValue) -> Self { in from() method
579 fn from(inner: NameAndValue) -> Self { in from() method
611 fn from(inner: NameAndValue) -> Self { in from() method
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-collections.md306 ### from subsection
2723 ### from subsection
2751 ### from subsection
2795 ### from subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-collections.md306 ### from subsection
2723 ### from subsection
2751 ### from subsection
2795 ### from subsection
/ohos5.0/base/request/request/services/src/task/
H A Dconfig.rs184 fn from(value: u8) -> Self { in from() method
194 fn from(value: u8) -> Self { in from() method
204 fn from(value: u8) -> Self { in from() method
213 fn from(value: u8) -> Self { in from() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DMultiListLayout.java94 protected void rotate(int from, int to) { in rotate()
154 void onRotate(int from, int to); in onRotate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.cpp48 RefPtr<NG::NavDestinationContext> from; in GetFromContentInfo() local
121 JSRef<JSVal> JsNavigationFunction::Execute(RefPtr<NG::NavDestinationContext> from, in Execute()
/aosp12/frameworks/base/core/java/android/os/health/
H A DSystemHealthManager.java71 public static SystemHealthManager from(Context context) { in from() method in SystemHealthManager
/aosp12/system/linkerconfig/contents/configuration/
H A Dbaseconfig.cc26 const std::string& from, const std::string& to) { in RedirectSection()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyIntent.java73 public static GlobalKeyIntent from(@NonNull Intent intent) { in from() method in GlobalKeyIntent
/aosp12/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DFlagFeature.java27 public static <T> FlagFeature<T> from( in from() method in FlagFeature
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java315 holder.itemView.setVisibility(mTileDividerIndex < mTiles.size() - 1 ? View.VISIBLE in onBindViewHolder()
543 private <T> void move(int from, int to, List<T> list, boolean notify) { in move()
/aosp12/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java118 public BulletSpan(int gapWidth, @ColorInt int color, @IntRange(from = 0) int bulletRadius) { in BulletSpan()
123 @IntRange(from = 0) int bulletRadius) { in BulletSpan()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAnimatableProperty.java153 public static <T extends View> AnimatableProperty from(String name, BiConsumer<T, Float> setter, in from() method in AnimatableProperty
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dobserver_test_ng.cpp175 std::optional<NavDestinationInfo> from; variable
223 std::optional<NavDestinationInfo> from; variable
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DSavedDatasetsInfo.java96 @IntRange(from = 0) int count) { in SavedDatasetsInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIOUtils.java53 public static long copy(InputStream from, OutputStream to) throws IOException { in copy()
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateBackgroundWithSurfaceTexture.java46 public static StateBackgroundWithSurfaceTexture from( in from() method in StateBackgroundWithSurfaceTexture
H A DStateForegroundWithSurfaceTexture.java39 public static StateForegroundWithSurfaceTexture from( in from() method in StateForegroundWithSurfaceTexture
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColor.java1283 @IntRange(from = 0, to = 255) int red, in rgb()
1319 @IntRange(from = 0, to = 255) int alpha, in argb()
1415 @IntRange(from = 0, to = 255) int red, in RGBToHSV()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp1233 auto onMoveEvent = [&actualFrom, &actualTo](int32_t from, int32_t to) { in __anon55c6f2750502()
1353 auto onMoveEvent = [&actualFrom, &actualTo](int32_t from, int32_t to) { in __anon55c6f2750702()
1445 auto onMoveEvent = [&actualFrom, &actualTo](int32_t from, int32_t to) { in __anon55c6f2750802()
1598 auto onMoveEvent = [&actualFrom, &actualTo](int32_t from, int32_t to) { in __anon55c6f2750b02()
1691 auto onMoveEvent = [&actualFrom, &actualTo](int32_t from, int32_t to) { in __anon55c6f2750c02()
1756 auto onMoveEvent = [](int32_t from, int32_t to) {}; in __anon55c6f2750d02()
1783 auto onMoveEvent = [](int32_t from, int32_t to) {}; in __anon55c6f2750e02()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcomposite_object_provider.cpp158 const IObjectProvider::Ptr& provider, DataModelIndex from, size_t count, DataModelIndex to) in OnMovedProviderData()
190 … DataModelIndex to) { OnMovedProviderData(provider, from, count, to); }, in OnProviderAdded()
246 size_t from = CalculateIndexBase(info.from + fromAdjust); in OnProviderMoved() local
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java262 @IntRange(from = 0) long startTime, in StrokeDescription()
280 @IntRange(from = 0) long startTime, in StrokeDescription()
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorProperties.java82 public static FingerprintSensorProperties from( in from() method in FingerprintSensorProperties
/aosp12/frameworks/base/core/java/android/os/
H A DHidlMemory.java58 public HidlMemory(@NonNull String name, @IntRange(from = 0) long size, in HidlMemory()

12345678910>>...34