Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DPlatformChannel.java432 static SoundType fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.SoundType
461 static HapticFeedbackType fromValue(@Nullable String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.HapticFeedbackType
489 static DeviceOrientation fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.DeviceOrientation
518 static SystemUiOverlay fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.SystemUiOverlay
589 static Brightness fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.Brightness
613 … static ClipboardContentFormat fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.ClipboardContentFormat
DTextInputChannel.java377 static TextInputType fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in TextInputChannel.TextInputType
403 static TextCapitalization fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in TextInputChannel.TextCapitalization
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java131 public static LazyFieldLite fromValue(MessageLite value) { in fromValue() method in LazyFieldLite