Home
last modified time | relevance | path

Searched refs:setMask (Results 1 – 25 of 181) sorted by relevance

12345678

/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationModule.swift25 screenOrientationRegistry.setMask(orientationMask, forController: self) in definition()
46 screenOrientationRegistry.setMask(allowedOrientationsMask, forController: self) in definition()
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationModule.swift25 screenOrientationRegistry.setMask(orientationMask, forController: self) in definition()
46 screenOrientationRegistry.setMask(allowedOrientationsMask, forController: self) in definition()
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationRegistry.h29 - (void)setMask:(UIInterfaceOrientationMask)mask forModule:(id)module;
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationRegistry.h29 - (void)setMask:(UIInterfaceOrientationMask)mask forModule:(id)module;
/expo/android/vendored/sdk47/react-native-svg/android/src/paper/java/abi47_0_0/com/facebook/react/viewmanagers/
H A DRNSVGDefsManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGDefsManagerDelegate.java35 mViewManager.setMask(view, value == null ? null : (String) value); in setProperty()
H A DRNSVGLinearGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGPathManagerInterface.java21 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGRadialGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
/expo/android/vendored/sdk49/react-native-svg/android/src/paper/java/abi49_0_0/com/facebook/react/viewmanagers/
H A DRNSVGDefsManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGLinearGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGDefsManagerDelegate.java35 mViewManager.setMask(view, value == null ? null : (String) value); in setProperty()
H A DRNSVGPathManagerInterface.java21 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGRadialGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGClipPathManagerInterface.java21 void setMask(T view, @Nullable String value); in setMask() method
/expo/android/vendored/sdk48/react-native-svg/android/src/paper/java/abi48_0_0/com/facebook/react/viewmanagers/
H A DRNSVGDefsManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGDefsManagerDelegate.java35 mViewManager.setMask(view, value == null ? null : (String) value); in setProperty()
H A DRNSVGLinearGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGPathManagerInterface.java21 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGRadialGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
/expo/android/vendored/unversioned/react-native-svg/android/src/paper/java/com/facebook/react/viewmanagers/
H A DRNSVGDefsManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGDefsManagerDelegate.java35 mViewManager.setMask(view, value == null ? null : (String) value); in setProperty()
H A DRNSVGLinearGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGPathManagerInterface.java21 void setMask(T view, @Nullable String value); in setMask() method
H A DRNSVGRadialGradientManagerInterface.java20 void setMask(T view, @Nullable String value); in setMask() method

12345678