Searched defs:fromValue (Results 1 – 3 of 3) sorted by relevance
432 static SoundType fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.SoundType461 static HapticFeedbackType fromValue(@Nullable String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.HapticFeedbackType489 static DeviceOrientation fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.DeviceOrientation518 static SystemUiOverlay fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.SystemUiOverlay589 static Brightness fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.Brightness613 … static ClipboardContentFormat fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in PlatformChannel.ClipboardContentFormat
377 static TextInputType fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in TextInputChannel.TextInputType403 static TextCapitalization fromValue(@NonNull String encodedName) throws NoSuchFieldException { in fromValue() method in TextInputChannel.TextCapitalization
131 public static LazyFieldLite fromValue(MessageLite value) { in fromValue() method in LazyFieldLite