Class ShadowNativeRegionIterator

    • Constructor Detail

      • ShadowNativeRegionIterator

        public ShadowNativeRegionIterator()
    • Method Detail

      • nativeConstructor

        @Implementation(minSdk=26)
        protected static long nativeConstructor​(long nativeRegion)
      • nativeDestructor

        @Implementation(minSdk=26)
        protected static void nativeDestructor​(long nativeIter)
      • nativeNext

        @Implementation(minSdk=26)
        protected static boolean nativeNext​(long nativeIter,
                                            Rect r)