first commit
This commit is contained in:
402
build/app/outputs/mapping/release/configuration.txt
Normal file
402
build/app/outputs/mapping/release/configuration.txt
Normal file
@@ -0,0 +1,402 @@
|
||||
# The proguard configuration file for the following section is C:\Dev\project-2025\photobooth_mobile_app\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt
|
||||
-keep class android.app.Application { <init>(); }
|
||||
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
|
||||
-keep class androidx.profileinstaller.ProfileInstallReceiver { <init>(); }
|
||||
-keep class androidx.startup.InitializationProvider { <init>(); }
|
||||
-keep class com.example.photobooth_mobile_app.MainActivity { <init>(); }
|
||||
-keep class net.nfet.flutter.printing.PrintFileProvider { <init>(); }
|
||||
|
||||
# End of content from C:\Dev\project-2025\photobooth_mobile_app\build\app\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt
|
||||
# The proguard configuration file for the following section is C:\Dev\project-2025\photobooth_mobile_app\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.9.1
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
||||
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
||||
# will be ignored by new version of the Android plugin for Gradle.
|
||||
|
||||
# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
|
||||
# instead of this one, which turns off the optimization flags.
|
||||
-allowaccessmodification
|
||||
|
||||
# Preserve some attributes that may be required for reflection.
|
||||
-keepattributes AnnotationDefault,
|
||||
EnclosingMethod,
|
||||
InnerClasses,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
Signature
|
||||
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
-keep public class com.google.android.vending.licensing.ILicensingService
|
||||
-dontnote com.android.vending.licensing.ILicensingService
|
||||
-dontnote com.google.vending.licensing.ILicensingService
|
||||
-dontnote com.google.android.vending.licensing.ILicensingService
|
||||
|
||||
# For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
|
||||
-keepclasseswithmembernames,includedescriptorclasses class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep setters in Views so that animations can still work.
|
||||
-keepclassmembers public class * extends android.view.View {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
||||
-keepclassmembers class * extends android.app.Activity {
|
||||
public void *(android.view.View);
|
||||
}
|
||||
|
||||
# For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# Preserve annotated Javascript interface methods.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# The support libraries contains references to newer platform versions.
|
||||
# Don't warn about those in case this app is linking against an older
|
||||
# platform version. We know about them, and they are safe.
|
||||
-dontnote android.support.**
|
||||
-dontnote androidx.**
|
||||
-dontwarn android.support.**
|
||||
-dontwarn androidx.**
|
||||
|
||||
# Understand the @Keep support annotation.
|
||||
-keep class android.support.annotation.Keep
|
||||
|
||||
-keep @android.support.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
||||
-dontnote org.apache.http.**
|
||||
-dontnote android.net.http.**
|
||||
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
|
||||
# End of content from C:\Dev\project-2025\photobooth_mobile_app\build\app\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.9.1
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\fvm\versions\3.35.3\packages\flutter_tools\gradle\flutter_proguard_rules.pro
|
||||
# Build the ephemeral app in a module project.
|
||||
# Prevents: Warning: library class <plugin-package> depends on program class io.flutter.plugin.**
|
||||
# This is due to plugins (libraries) depending on the embedding (the program jar)
|
||||
-dontwarn io.flutter.plugin.**
|
||||
|
||||
# The android.** package is provided by the OS at runtime.
|
||||
-dontwarn android.**
|
||||
|
||||
# In some cases, R8 is incorrectly stripping plugin classes. Keep
|
||||
# all implementations of FlutterPlugin until we can determine
|
||||
# why this is the case.
|
||||
# See https://github.com/flutter/flutter/issues/154580.
|
||||
-if class * implements io.flutter.embedding.engine.plugins.FlutterPlugin
|
||||
-keep,allowshrinking,allowobfuscation class <1>
|
||||
|
||||
# End of content from C:\Users\Oxinos\fvm\versions\3.35.3\packages\flutter_tools\gradle\flutter_proguard_rules.pro
|
||||
# The proguard configuration file for the following section is C:\Dev\project-2025\photobooth_mobile_app\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt
|
||||
# The point of this package is to specify that a dependent plugin intends to
|
||||
# use the AndroidX lifecycle classes. Make sure no R8 heuristics shrink classes
|
||||
# brought in by the embedding's pom.
|
||||
#
|
||||
# This isn't strictly needed since by definition, plugins using Android
|
||||
# lifecycles should implement DefaultLifecycleObserver and therefore keep it
|
||||
# from being shrunk. But there seems to be an R8 bug so this needs to stay
|
||||
# https://issuetracker.google.com/issues/142778206.
|
||||
-keep class androidx.lifecycle.DefaultLifecycleObserver
|
||||
|
||||
# End of content from C:\Dev\project-2025\photobooth_mobile_app\build\flutter_plugin_android_lifecycle\intermediates\consumer_proguard_dir\release\exportReleaseConsumerProguardFiles\lib0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\7d4d4ce414a44a3730885ae01f2fb152\transformed\fragment-1.7.1\proguard.txt
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# The default FragmentFactory creates Fragment instances using reflection
|
||||
-if public class ** extends androidx.fragment.app.Fragment
|
||||
-keepclasseswithmembers,allowobfuscation public class <1> {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# FragmentTransition will reflectively lookup:
|
||||
# androidx.transition.FragmentTransitionSupport
|
||||
# We should ensure that we keep the constructor if the code using this is alive
|
||||
-if class androidx.fragment.app.FragmentTransition {
|
||||
private static androidx.fragment.app.FragmentTransitionImpl resolveSupportImpl();
|
||||
}
|
||||
-keep class androidx.transition.FragmentTransitionSupport {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\7d4d4ce414a44a3730885ae01f2fb152\transformed\fragment-1.7.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\6ca1db17970615e3e029777992983e6b\transformed\jetified-window-1.2.0\proguard.txt
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# A rule that will keep classes that implement SidecarInterface$SidecarCallback if Sidecar seems
|
||||
# be used. See b/157286362 and b/165268619 for details.
|
||||
# TODO(b/208543178) investigate how to pass header jar to R8 so we don't need this rule
|
||||
-if class androidx.window.layout.adapter.sidecar.SidecarCompat {
|
||||
public *** setExtensionCallback(androidx.window.layout.adapter.sidecar.ExtensionInterfaceCompat$ExtensionCallbackInterface);
|
||||
}
|
||||
-keep class androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback,
|
||||
androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback {
|
||||
public *** onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState);
|
||||
public *** onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo);
|
||||
}
|
||||
# Required for window area API reflection guard
|
||||
-keep interface androidx.window.area.reflectionguard.* {*;}
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\6ca1db17970615e3e029777992983e6b\transformed\jetified-window-1.2.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\444bb99b45d5f3093a14f2f3c82161dc\transformed\lifecycle-viewmodel-2.7.0\proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>();
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application);
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\444bb99b45d5f3093a14f2f3c82161dc\transformed\lifecycle-viewmodel-2.7.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\47080e52f42fb85d5acc0d8bd39630dc\transformed\jetified-lifecycle-viewmodel-savedstate-2.7.0\proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>(androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application,androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\47080e52f42fb85d5acc0d8bd39630dc\transformed\jetified-lifecycle-viewmodel-savedstate-2.7.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\b1eb6682c3f06d5937f76fce498ba76c\transformed\core-1.13.1\proguard.txt
|
||||
# Never inline methods, but allow shrinking and obfuscation.
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\b1eb6682c3f06d5937f76fce498ba76c\transformed\core-1.13.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\c225580ff9ba548683b0b22a7305e036\transformed\lifecycle-runtime-2.7.0\proguard.txt
|
||||
-keepattributes AnnotationDefault,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations
|
||||
|
||||
-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
|
||||
<fields>;
|
||||
}
|
||||
|
||||
-keep class * implements androidx.lifecycle.GeneratedAdapter {
|
||||
<init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers class ** {
|
||||
@androidx.lifecycle.OnLifecycleEvent *;
|
||||
}
|
||||
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
# Also this rule prevents registerIn from being inlined.
|
||||
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\c225580ff9ba548683b0b22a7305e036\transformed\lifecycle-runtime-2.7.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\2c40b3605ce1f863a0ab38c5cd772a02\transformed\jetified-lifecycle-process-2.7.0\proguard.txt
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
-keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; }
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\2c40b3605ce1f863a0ab38c5cd772a02\transformed\jetified-lifecycle-process-2.7.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\ed1f2a84141e93c19d75fdc67842bc1f\transformed\jetified-savedstate-1.2.1\proguard.txt
|
||||
# Copyright (C) 2019 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
-keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
|
||||
<init>();
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\ed1f2a84141e93c19d75fdc67842bc1f\transformed\jetified-savedstate-1.2.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\42d478d6013065b32538b12d3ef7b157\transformed\jetified-startup-runtime-1.1.1\proguard.txt
|
||||
# It's important that we preserve initializer names, given they are used in the AndroidManifest.xml.
|
||||
-keepnames class * extends androidx.startup.Initializer
|
||||
|
||||
# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
|
||||
# and are a part of the primary dex file. This is because they are discovered and instantiated
|
||||
# during application startup.
|
||||
-keep class * extends androidx.startup.Initializer {
|
||||
# Keep the public no-argument constructor while allowing other methods to be optimized.
|
||||
<init>();
|
||||
}
|
||||
|
||||
-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\42d478d6013065b32538b12d3ef7b157\transformed\jetified-startup-runtime-1.1.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\ad54c48eb38304d58afae8e4a7584e91\transformed\versionedparcelable-1.1.1\proguard.txt
|
||||
-keep class * implements androidx.versionedparcelable.VersionedParcelable
|
||||
-keep public class android.support.**Parcelizer { *; }
|
||||
-keep public class androidx.**Parcelizer { *; }
|
||||
-keep public class androidx.versionedparcelable.ParcelImpl
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\ad54c48eb38304d58afae8e4a7584e91\transformed\versionedparcelable-1.1.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\d51c9be43c7540b3db5b1d2f2e0cebbc\transformed\jetified-core-1.0.0\proguard.txt
|
||||
# Copyright (C) 2022 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# These interfaces must be kept for the client library to invoke methods in extensions.
|
||||
-keep interface androidx.window.extensions.core.util.function.Consumer {
|
||||
public void accept(***);
|
||||
}
|
||||
-keep interface androidx.window.extensions.core.util.function.Predicate {
|
||||
public boolean test(***);
|
||||
}
|
||||
-keep interface androidx.window.extensions.core.util.function.Function {
|
||||
public *** apply(***);
|
||||
}
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\d51c9be43c7540b3db5b1d2f2e0cebbc\transformed\jetified-core-1.0.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\3c135b1b3d3ac471ec2453741d581c63\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
||||
-keep,allowobfuscation @interface androidx.annotation.Keep
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * {
|
||||
@androidx.annotation.DoNotInline <methods>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\3c135b1b3d3ac471ec2453741d581c63\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\94b2c69658ef200e2588c5ca6cd3e9ab\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro
|
||||
# Allow R8 to optimize away the FastServiceLoader.
|
||||
# Together with ServiceLoader optimization in R8
|
||||
# this results in direct instantiation when loading Dispatchers.Main
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader {
|
||||
boolean FAST_SERVICE_LOADER_ENABLED return false;
|
||||
}
|
||||
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt {
|
||||
boolean ANDROID_DETECTED return true;
|
||||
}
|
||||
|
||||
# Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt {
|
||||
boolean SUPPORT_MISSING return false;
|
||||
}
|
||||
|
||||
# Statically turn off all debugging facilities and assertions
|
||||
-assumenosideeffects class kotlinx.coroutines.DebugKt {
|
||||
boolean getASSERTIONS_ENABLED() return false;
|
||||
boolean getDEBUG() return false;
|
||||
boolean getRECOVER_STACK_TRACES() return false;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\94b2c69658ef200e2588c5ca6cd3e9ab\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro
|
||||
# The proguard configuration file for the following section is C:\Users\Oxinos\.gradle\caches\8.12\transforms\5549e8ddf1128a8781308f43b8948348\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
||||
# When editing this file, update the following files as well:
|
||||
# - META-INF/proguard/coroutines.pro
|
||||
# - META-INF/com.android.tools/proguard/coroutines.pro
|
||||
|
||||
# Most of volatile fields are updated with AFU and should not be mangled
|
||||
-keepclassmembers class kotlinx.coroutines.** {
|
||||
volatile <fields>;
|
||||
}
|
||||
|
||||
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
|
||||
-keepclassmembers class kotlin.coroutines.SafeContinuation {
|
||||
volatile <fields>;
|
||||
}
|
||||
|
||||
# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
|
||||
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
|
||||
-dontwarn java.lang.instrument.ClassFileTransformer
|
||||
-dontwarn sun.misc.SignalHandler
|
||||
-dontwarn java.lang.instrument.Instrumentation
|
||||
-dontwarn sun.misc.Signal
|
||||
|
||||
# Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
|
||||
# The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
|
||||
-dontwarn java.lang.ClassValue
|
||||
|
||||
# An annotation used for build tooling, won't be directly accessed.
|
||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||
# End of content from C:\Users\Oxinos\.gradle\caches\8.12\transforms\5549e8ddf1128a8781308f43b8948348\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
||||
# The proguard configuration file for the following section is <unknown>
|
||||
|
||||
# End of content from <unknown>
|
||||
38678
build/app/outputs/mapping/release/mapping.txt
Normal file
38678
build/app/outputs/mapping/release/mapping.txt
Normal file
File diff suppressed because it is too large
Load Diff
1654
build/app/outputs/mapping/release/resources.txt
Normal file
1654
build/app/outputs/mapping/release/resources.txt
Normal file
File diff suppressed because it is too large
Load Diff
854
build/app/outputs/mapping/release/seeds.txt
Normal file
854
build/app/outputs/mapping/release/seeds.txt
Normal file
@@ -0,0 +1,854 @@
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi2Requirements
|
||||
kotlinx.coroutines.internal.StackTraceRecoveryKt
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaPresentationRequirements
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1$onActivityPreCreated$1
|
||||
net.nfet.flutter.printing.PrintingPlugin
|
||||
io.flutter.plugins.GeneratedPluginRegistrant
|
||||
androidx.lifecycle.ProcessLifecycleInitializer
|
||||
android.support.v4.app.RemoteActionCompatParcelizer
|
||||
androidx.lifecycle.ReportFragment
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer
|
||||
androidx.core.app.RemoteActionCompatParcelizer
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1
|
||||
androidx.lifecycle.DefaultLifecycleObserver
|
||||
kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
||||
io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements
|
||||
androidx.annotation.Keep
|
||||
io.flutter.embedding.engine.FlutterJNI
|
||||
androidx.core.app.RemoteActionCompat
|
||||
androidx.core.graphics.drawable.IconCompatParcelizer
|
||||
androidx.core.app.CoreComponentFactory
|
||||
androidx.window.extensions.core.util.function.Consumer
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry
|
||||
androidx.profileinstaller.ProfileInstallerInitializer
|
||||
io.flutter.plugin.text.ProcessTextPlugin
|
||||
androidx.versionedparcelable.CustomVersionedParcelable
|
||||
kotlinx.coroutines.android.AndroidDispatcherFactory
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper
|
||||
io.flutter.view.AccessibilityViewEmbedder
|
||||
androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback
|
||||
io.flutter.plugins.camera.CameraPlugin
|
||||
io.flutter.view.TextureRegistry$GLTextureConsumer
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack
|
||||
net.nfet.flutter.printing.PrintFileProvider
|
||||
androidx.startup.InitializationProvider
|
||||
androidx.profileinstaller.ProfileInstallReceiver
|
||||
androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback
|
||||
io.flutter.embedding.engine.plugins.lifecycle.HiddenLifecycleReference
|
||||
io.flutter.plugin.platform.SingleViewPresentation
|
||||
android.support.v4.graphics.drawable.IconCompatParcelizer
|
||||
androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback
|
||||
io.flutter.view.TextureRegistry$ImageTextureEntry
|
||||
com.example.photobooth_mobile_app.MainActivity
|
||||
io.flutter.plugins.pathprovider.PathProviderPlugin
|
||||
androidx.core.graphics.drawable.IconCompat
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaStatusRequirements
|
||||
io.flutter.view.TextureRegistry$ImageConsumer
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry
|
||||
androidx.window.extensions.core.util.function.Function
|
||||
androidx.window.extensions.core.util.function.Predicate
|
||||
io.flutter.view.FlutterCallbackInformation
|
||||
androidx.versionedparcelable.ParcelImpl
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY
|
||||
kotlinx.coroutines.scheduling.WorkQueue: int blockingTasksInBuffer
|
||||
io.flutter.embedding.engine.FlutterJNI: float refreshRateFPS
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer this$0
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: android.graphics.SurfaceTexture surfaceTexture
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.plugin.platform.PlatformViewsController platformViewsController
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int MAX_IMAGES
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler: long parkedWorkersStack
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean needsSave
|
||||
io.flutter.view.FlutterCallbackInformation: java.lang.String callbackName
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.view.TextureRegistry$SurfaceProducer$Callback callback
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker: int workerCtl
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean ignoringFence
|
||||
io.flutter.view.FlutterCallbackInformation: java.lang.String callbackLibraryPath
|
||||
kotlinx.coroutines.internal.LockFreeTaskQueueCore: long _state
|
||||
androidx.concurrent.futures.AbstractResolvableFuture$Waiter: java.lang.Thread thread
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.WindowInsets lastWindowInsets
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean initCalled
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: long lastScheduleTime
|
||||
kotlinx.coroutines.CancellableContinuationImpl: java.lang.Object _state
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: float finalOpacity
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int requestedHeight
|
||||
kotlinx.coroutines.internal.LockFreeLinkedListNode: java.lang.Object _removedRef
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.deferredcomponents.DeferredComponentManager deferredComponentManager
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.plugin.platform.PlatformViewsController2 platformViewsController2
|
||||
kotlinx.coroutines.flow.StateFlowImpl: java.lang.Object _state
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int numTrims
|
||||
kotlinx.coroutines.DefaultExecutor: java.lang.Thread _thread
|
||||
kotlinx.coroutines.internal.ResizableAtomicArray: java.util.concurrent.atomic.AtomicReferenceArray array
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: io.flutter.embedding.engine.renderer.FlutterRenderer this$0
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event$Companion Companion
|
||||
kotlinx.coroutines.EventLoopImplBase: int _isCompleted
|
||||
kotlinx.coroutines.channels.BufferedChannel: long sendersAndCloseStatus
|
||||
kotlinx.coroutines.JobSupport$Finishing: java.lang.Object _exceptionsHolder
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: androidx.lifecycle.ProcessLifecycleOwner this$0
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int requestedWidth
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean released
|
||||
kotlinx.coroutines.android.HandlerDispatcherKt: android.view.Choreographer choreographer
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface: android.view.Surface surface
|
||||
kotlinx.coroutines.internal.LockFreeLinkedListNode: java.lang.Object _prev
|
||||
kotlinx.coroutines.InvokeOnCancelling: int _invoked
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.util.SparseArray flutterIdToOrigin
|
||||
kotlinx.coroutines.flow.StateFlowSlot: java.lang.Object _state
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean loadLibraryCalled
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: java.util.ArrayDeque imageReaderQueue
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: java.util.HashMap perImageReaders
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler: int _isTerminated
|
||||
kotlinx.coroutines.JobSupport: java.lang.Object _state
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler: long controlState
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: long id
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE
|
||||
kotlinx.coroutines.JobSupport$Finishing: int _isCompleting
|
||||
io.flutter.plugin.platform.SingleViewPresentation: android.content.Context outerContext
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean notifiedDestroy
|
||||
io.flutter.plugin.platform.SingleViewPresentation: java.lang.String TAG
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: boolean released
|
||||
kotlinx.coroutines.internal.AtomicOp: java.lang.Object _consensus
|
||||
kotlinx.coroutines.CancelledContinuation: int _resumed
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback animationCallback
|
||||
io.flutter.view.AccessibilityViewEmbedder: java.util.Map originToFlutterId
|
||||
io.flutter.embedding.engine.FlutterJNI: float displayHeight
|
||||
io.flutter.embedding.engine.FlutterJNI: java.lang.String vmServiceUri
|
||||
io.flutter.embedding.engine.FlutterJNI: float displayDensity
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean CLEANUP_ON_MEMORY_PRESSURE
|
||||
kotlinx.coroutines.internal.LockFreeTaskQueueCore: java.lang.Object _next
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: android.graphics.Matrix finalMatrix
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: android.media.Image image
|
||||
kotlinx.coroutines.android.HandlerContext: kotlinx.coroutines.android.HandlerContext _immediate
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$InsetsListener insetsListener
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: long id
|
||||
kotlinx.coroutines.channels.BufferedChannel: long receivers
|
||||
kotlinx.coroutines.DefaultExecutor: int debugStatus
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: java.lang.Runnable onFrameConsumed
|
||||
io.flutter.plugin.platform.SingleViewPresentation: android.widget.FrameLayout container
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1$onActivityPreCreated$1: androidx.lifecycle.ProcessLifecycleOwner this$0
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.view.View rootAccessibilityView
|
||||
io.flutter.embedding.engine.FlutterJNI: android.os.Looper mainLooper
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.dart.PlatformMessageHandler platformMessageHandler
|
||||
androidx.concurrent.futures.AbstractResolvableFuture: androidx.concurrent.futures.AbstractResolvableFuture$Waiter waiters
|
||||
kotlinx.coroutines.internal.ConcurrentLinkedListNode: java.lang.Object _next
|
||||
kotlinx.coroutines.CompletedExceptionally: int _handled
|
||||
kotlinx.coroutines.CancellableContinuationImpl: java.lang.Object _parentHandle
|
||||
io.flutter.embedding.engine.FlutterJNI: java.util.Set engineLifecycleListeners
|
||||
io.flutter.plugin.platform.SingleViewPresentation: io.flutter.plugin.platform.AccessibilityEventsDelegate accessibilityEventsDelegate
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.View view
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean VERBOSE_LOGS
|
||||
kotlinx.coroutines.JobSupport: java.lang.Object _parentHandle
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker: java.lang.Object nextParkedWorker
|
||||
androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR
|
||||
kotlinx.coroutines.JobSupport$Finishing: java.lang.Object _rootCause
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: java.lang.String TAG
|
||||
kotlinx.coroutines.scheduling.WorkQueue: int consumerIndex
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: androidx.lifecycle.ReportFragment$LifecycleCallbacks$Companion Companion
|
||||
kotlinx.coroutines.internal.ThreadSafeHeap: int _size
|
||||
kotlinx.coroutines.scheduling.WorkQueue: java.lang.Object lastScheduledTask
|
||||
kotlinx.coroutines.CancellableContinuationImpl: int _decisionAndIndex
|
||||
kotlinx.coroutines.channels.BufferedChannel: java.lang.Object closeHandler
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES
|
||||
kotlinx.coroutines.channels.BufferedChannel: java.lang.Object sendSegment
|
||||
androidx.concurrent.futures.AbstractResolvableFuture: androidx.concurrent.futures.AbstractResolvableFuture$Listener listeners
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImageReader lastReaderDequeuedFrom
|
||||
kotlinx.coroutines.internal.Segment: int cleanedAndPointers
|
||||
io.flutter.embedding.engine.FlutterJNI: java.lang.String TAG
|
||||
io.flutter.view.AccessibilityViewEmbedder: java.lang.String TAG
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback: io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback this$0
|
||||
io.flutter.embedding.engine.FlutterJNI: java.lang.Long nativeShellHolderId
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: int deferredInsetTypes
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: boolean newFrameAvailable
|
||||
kotlinx.coroutines.internal.LockFreeTaskQueue: java.lang.Object _cur
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: java.util.ArrayList lastDequeuedImage
|
||||
kotlinx.coroutines.EventLoopImplBase: java.lang.Object _queue
|
||||
io.flutter.plugin.platform.SingleViewPresentation: int viewId
|
||||
io.flutter.plugin.platform.SingleViewPresentation: io.flutter.plugin.platform.SingleViewPresentation$PresentationState state
|
||||
io.flutter.plugins.GeneratedPluginRegistrant: java.lang.String TAG
|
||||
kotlinx.coroutines.channels.BufferedChannel: java.lang.Object bufferEndSegment
|
||||
io.flutter.view.AccessibilityViewEmbedder: io.flutter.view.AccessibilityViewEmbedder$ReflectionAccessors reflectionAccessors
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean createNewReader
|
||||
io.flutter.embedding.engine.FlutterJNI: java.util.Set flutterUiDisplayListeners
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterJNI$AccessibilityDelegate accessibilityDelegate
|
||||
io.flutter.embedding.engine.FlutterJNI: java.util.concurrent.locks.ReentrantReadWriteLock shellHolderLock
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean animating
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.plugin.localization.LocalizationPlugin localizationPlugin
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: long lastDequeueTime
|
||||
kotlinx.coroutines.internal.LimitedDispatcher: int runningWorkers
|
||||
kotlinx.coroutines.internal.DispatchedContinuation: java.lang.Object _reusableCancellableContinuation
|
||||
kotlinx.coroutines.channels.BufferedChannel: long completedExpandBuffersAndPauseFlag
|
||||
io.flutter.view.AccessibilityViewEmbedder: int nextFlutterId
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: boolean attached
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: java.lang.Object lock
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: long lastQueueTime
|
||||
kotlinx.coroutines.channels.BufferedChannel: java.lang.Object _closeCause
|
||||
kotlinx.coroutines.channels.BufferedChannel: java.lang.Object receiveSegment
|
||||
io.flutter.embedding.engine.FlutterJNI: float displayWidth
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker: int indexInArray
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: java.util.List mutators
|
||||
androidx.concurrent.futures.AbstractResolvableFuture: java.lang.Object value
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterJNI$AsyncWaitForVsyncDelegate asyncWaitForVsyncDelegate
|
||||
io.flutter.plugin.platform.SingleViewPresentation: boolean startFocused
|
||||
io.flutter.embedding.engine.plugins.lifecycle.HiddenLifecycleReference: androidx.lifecycle.Lifecycle lifecycle
|
||||
kotlinx.coroutines.internal.ConcurrentLinkedListNode: java.lang.Object _prev
|
||||
io.flutter.plugin.platform.SingleViewPresentation: io.flutter.plugin.platform.SingleViewPresentation$AccessibilityDelegatingFrameLayout rootView
|
||||
io.flutter.view.FlutterCallbackInformation: java.lang.String callbackClassName
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: boolean released
|
||||
io.flutter.view.AccessibilityViewEmbedder: java.util.Map embeddedViewToDisplayBounds
|
||||
kotlinx.coroutines.internal.LockFreeLinkedListNode: java.lang.Object _next
|
||||
kotlinx.coroutines.channels.BufferedChannel: long bufferEnd
|
||||
androidx.concurrent.futures.AbstractResolvableFuture$Waiter: androidx.concurrent.futures.AbstractResolvableFuture$Waiter next
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean trimOnMemoryPressure
|
||||
io.flutter.plugin.platform.SingleViewPresentation: android.view.View$OnFocusChangeListener focusChangeListener
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean prefetchDefaultFontManagerCalled
|
||||
kotlinx.coroutines.EventLoopImplBase: java.lang.Object _delayed
|
||||
kotlinx.coroutines.scheduling.WorkQueue: int producerIndex
|
||||
kotlinx.coroutines.android.AndroidExceptionPreHandler: java.lang.Object _preHandler
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: java.lang.String TAG
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: boolean ignoringFence
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface: int id
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: java.util.List finalClippingPaths
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int MAX_DEQUEUED_IMAGES
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getMandatorySystemGestureInsets()
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isCodePointRegionalIndicator(int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void ensureRunningOnMainThread()
|
||||
io.flutter.embedding.engine.FlutterJNI: void ensureNotAttachedToNative()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void releaseInternal()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl20: WindowInsetsCompat$BuilderImpl20()
|
||||
io.flutter.plugins.camera.features.resolution.ResolutionPreset: io.flutter.plugins.camera.features.resolution.ResolutionPreset valueOf(java.lang.String)
|
||||
androidx.window.layout.util.ContextCompatHelperApi30: androidx.core.view.WindowInsetsCompat currentWindowInsets(android.content.Context)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: java.util.List getFinalClippingPaths()
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchSemanticsAction(int,int,java.nio.ByteBuffer,int)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void setStableInsets(androidx.core.graphics.Insets)
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity)
|
||||
androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer()
|
||||
io.flutter.embedding.engine.FlutterJNI: void loadLibrary(android.content.Context)
|
||||
io.flutter.embedding.engine.systemchannels.SettingsChannel$PlatformBrightness: io.flutter.embedding.engine.systemchannels.SettingsChannel$PlatformBrightness valueOf(java.lang.String)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: void setStableInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.FlutterJNI: void applyTransactions()
|
||||
androidx.core.view.ViewCompat$Api28Impl: void setScreenReaderFocusable(android.view.View,boolean)
|
||||
io.flutter.embedding.engine.FlutterJNI: long performNativeAttach(io.flutter.embedding.engine.FlutterJNI)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDispatchPointerDataPacket(long,java.nio.ByteBuffer,int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setSemanticsEnabled(boolean)
|
||||
androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback: void onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState)
|
||||
io.flutter.plugins.camera.Messages$PlatformExposureMode: io.flutter.plugins.camera.Messages$PlatformExposureMode[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void setAccessibilityFeatures(int)
|
||||
androidx.core.view.WindowInsetsCompat$Impl30: androidx.core.graphics.Insets getInsets(int)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: void endRearDisplayPresentationSession()
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry: android.graphics.SurfaceTexture surfaceTexture()
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void release()
|
||||
io.flutter.embedding.android.RenderMode: io.flutter.embedding.android.RenderMode valueOf(java.lang.String)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: android.util.DisplayMetrics getRearDisplayMetrics()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean access$800(io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: double deltaMillis(long)
|
||||
io.flutter.view.FlutterCallbackInformation: io.flutter.view.FlutterCallbackInformation lookupCallbackInformation(long)
|
||||
kotlinx.coroutines.CoroutineStart: kotlinx.coroutines.CoroutineStart[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeScheduleFrame(long)
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: SurfaceTextureWrapper(android.graphics.SurfaceTexture,java.lang.Runnable)
|
||||
io.flutter.embedding.engine.FlutterJNI: java.lang.String getVMServiceUri()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeNotifyLowMemoryWarning(long)
|
||||
io.flutter.embedding.engine.FlutterJNI: void removeEngineLifecycleListener(io.flutter.embedding.engine.FlutterEngine$EngineLifecycleListener)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeLoadDartDeferredLibrary(long,int,java.lang.String[])
|
||||
io.flutter.view.FlutterCallbackInformation: FlutterCallbackInformation(java.lang.String,java.lang.String,java.lang.String)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: void addRearDisplayPresentationStatusListener(androidx.window.extensions.core.util.function.Consumer)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: WindowInsetsCompat$BuilderImpl29()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeUpdateJavaAssetManager(long,android.content.res.AssetManager,java.lang.String)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: void pushClipRRect(int,int,int,int,float[])
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int numTrims()
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaPresentationRequirements: android.content.Context getPresentationContext()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl20: android.view.WindowInsets createWindowInsetsInstance()
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.view.accessibility.AccessibilityNodeInfo convertToFlutterNode(android.view.accessibility.AccessibilityNodeInfo,int,android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: boolean isConsumed()
|
||||
androidx.core.view.ViewCompat$Api21Impl: android.content.res.ColorStateList getBackgroundTintList(android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void copyRootViewBounds(android.view.View)
|
||||
androidx.core.graphics.Insets$Api29Impl: android.graphics.Insets of(int,int,int,int)
|
||||
io.flutter.embedding.android.FlutterImageView$SurfaceKind: io.flutter.embedding.android.FlutterImageView$SurfaceKind valueOf(java.lang.String)
|
||||
androidx.core.graphics.drawable.IconCompat: IconCompat()
|
||||
kotlinx.coroutines.selects.TrySelectDetailedResult: kotlinx.coroutines.selects.TrySelectDetailedResult valueOf(java.lang.String)
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: android.view.ViewTreeObserver$OnGlobalFocusChangeListener getActiveFocusListener()
|
||||
io.flutter.embedding.engine.FlutterJNI: void setSemanticsEnabledInNative(boolean)
|
||||
io.flutter.plugins.camera.Messages$PlatformFlashMode: io.flutter.plugins.camera.Messages$PlatformFlashMode valueOf(java.lang.String)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: android.view.Surface getForcedNewSurface()
|
||||
androidx.profileinstaller.ProfileInstallerInitializer$Handler28Impl: android.os.Handler createAsync(android.os.Looper)
|
||||
io.flutter.plugins.camera.features.autofocus.FocusMode: io.flutter.plugins.camera.features.autofocus.FocusMode valueOf(java.lang.String)
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: androidx.core.graphics.Insets getTappableElementInsets()
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface: android.view.Surface getSurface()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onDisplayPlatformView2(int,int,int,int,int,int,int,io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack)
|
||||
io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin: FlutterAndroidLifecyclePlugin()
|
||||
androidx.core.view.ViewCompat$Api21Impl: void stopNestedScroll(android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: void setMandatorySystemGestureInsets(androidx.core.graphics.Insets)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle)
|
||||
io.flutter.embedding.engine.FlutterJNI: void invokePlatformMessageEmptyResponseCallback(int)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$Api29Impl: void registerActivityLifecycleCallbacks(android.app.Activity,android.app.Application$ActivityLifecycleCallbacks)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeUpdateRefreshRate(float)
|
||||
io.flutter.view.AccessibilityBridge$Action: io.flutter.view.AccessibilityBridge$Action valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchSemanticsAction(int,io.flutter.view.AccessibilityBridge$Action)
|
||||
kotlinx.coroutines.channels.BufferOverflow: kotlinx.coroutines.channels.BufferOverflow valueOf(java.lang.String)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setTransitionName(android.view.View,java.lang.String)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void setSize(int,int)
|
||||
io.flutter.plugins.camera.features.autofocus.FocusMode: io.flutter.plugins.camera.features.autofocus.FocusMode[] values()
|
||||
androidx.core.view.ViewCompat$Api21Impl$1: ViewCompat$Api21Impl$1(android.view.View,androidx.core.view.OnApplyWindowInsetsListener)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback: ImeSyncDeferringInsetsCallback$AnimationCallback(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiOverlay: io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiOverlay[] values()
|
||||
io.flutter.embedding.android.FlutterImageView: android.media.ImageReader getImageReader()
|
||||
io.flutter.view.AccessibilityViewEmbedder: void cacheVirtualIdMappings(android.view.View,int,int)
|
||||
io.flutter.plugins.camera.Messages$PlatformImageFormatGroup: io.flutter.plugins.camera.Messages$PlatformImageFormatGroup[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void updateDisplayMetrics(int,float,float,float)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImage dequeueImage()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onSurfaceDestroyed()
|
||||
io.flutter.embedding.engine.FlutterJNI: void destroyOverlaySurfaces()
|
||||
io.flutter.embedding.engine.FlutterJNI: android.graphics.Bitmap decodeImage(java.nio.ByteBuffer,long)
|
||||
io.flutter.view.TextureRegistry$ImageTextureEntry: long id()
|
||||
io.flutter.view.AccessibilityBridge$AccessibilityFeature: io.flutter.view.AccessibilityBridge$AccessibilityFeature[] values()
|
||||
io.flutter.view.TextureRegistry$GLTextureConsumer: android.graphics.SurfaceTexture getSurfaceTexture()
|
||||
androidx.lifecycle.ReportFragment: ReportFragment()
|
||||
io.flutter.embedding.engine.FlutterJNI: void updateSemantics(java.nio.ByteBuffer,java.lang.String[],java.nio.ByteBuffer[])
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1$onActivityPreCreated$1: void onActivityPostStarted(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: androidx.core.view.WindowInsetsCompat consumeSystemWindowInsets()
|
||||
io.flutter.embedding.engine.FlutterJNI: java.lang.String[] computePlatformResolvedLocale(java.lang.String[])
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean isImportantForAccessibility(android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.view.WindowInsetsCompat consumeStableInsets()
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaPresentationRequirements: void setPresentationView(android.view.View)
|
||||
io.flutter.view.AccessibilityBridge$Flag: io.flutter.view.AccessibilityBridge$Flag valueOf(java.lang.String)
|
||||
io.flutter.plugins.camera.features.resolution.ResolutionPreset: io.flutter.plugins.camera.features.resolution.ResolutionPreset[] values()
|
||||
io.flutter.view.TextureRegistry$SurfaceLifecycle: io.flutter.view.TextureRegistry$SurfaceLifecycle[] values()
|
||||
io.flutter.plugins.camera.features.flash.FlashMode: io.flutter.plugins.camera.features.flash.FlashMode[] values()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.WindowInsetsAnimation$Callback getAnimationCallback()
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: void setCallback(io.flutter.view.TextureRegistry$SurfaceProducer$Callback)
|
||||
io.flutter.embedding.engine.FlutterJNI: android.graphics.Bitmap getBitmap()
|
||||
io.flutter.embedding.engine.FlutterJNI: android.graphics.Bitmap nativeGetBitmap(long)
|
||||
androidx.core.view.ViewCompat$Api21Impl$1: android.view.WindowInsets onApplyWindowInsets(android.view.View,android.view.WindowInsets)
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: SurfaceTextureWrapper(android.graphics.SurfaceTexture)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativePrefetchDefaultFontManager()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiMode: io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiMode[] values()
|
||||
androidx.core.view.ViewCompat$Api28Impl: void addOnUnhandledKeyEventListener(android.view.View,androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerCompat)
|
||||
kotlinx.coroutines.CoroutineStart: kotlinx.coroutines.CoroutineStart valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterJNI spawn(java.lang.String,java.lang.String,java.lang.String,java.util.List,long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void setOverriddenInsets(androidx.core.graphics.Insets[])
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getInsets(int,boolean)
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: void pushImage(android.media.Image)
|
||||
io.flutter.embedding.android.KeyData$Type: io.flutter.embedding.android.KeyData$Type valueOf(java.lang.String)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void callCompatInsetAnimationCallback(android.view.WindowInsets,android.view.View)
|
||||
androidx.core.view.ViewCompat$Api20Impl: android.view.WindowInsets dispatchApplyWindowInsets(android.view.View,android.view.WindowInsets)
|
||||
io.flutter.embedding.engine.systemchannels.LifecycleChannel$AppLifecycleState: io.flutter.embedding.engine.systemchannels.LifecycleChannel$AppLifecycleState[] values()
|
||||
io.flutter.embedding.android.FlutterView: io.flutter.embedding.engine.renderer.FlutterRenderer$ViewportMetrics getViewportMetrics()
|
||||
io.flutter.embedding.engine.FlutterJNI: void setLocalizationPlugin(io.flutter.plugin.localization.LocalizationPlugin)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: long id()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.view.WindowInsetsCompat consumeDisplayCutout()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.view.WindowInsetsCompat consumeSystemWindowInsets()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void setStableInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeFlutterTextUtilsIsEmoji(int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void registerTexture(long,io.flutter.embedding.engine.renderer.SurfaceTextureWrapper)
|
||||
io.flutter.plugins.camera.Messages$PlatformResolutionPreset: io.flutter.plugins.camera.Messages$PlatformResolutionPreset valueOf(java.lang.String)
|
||||
androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String)
|
||||
androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle)
|
||||
androidx.core.app.CoreComponentFactory: CoreComponentFactory()
|
||||
io.flutter.embedding.engine.FlutterJNI: void showOverlaySurface2()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onDisplayPlatformView(int,int,int,int,int,int,int,io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack)
|
||||
androidx.core.graphics.drawable.IconCompat$Api26Impl: android.graphics.drawable.Drawable createAdaptiveIconDrawable(android.graphics.drawable.Drawable,android.graphics.drawable.Drawable)
|
||||
androidx.core.view.WindowInsetsCompat$Impl30: WindowInsetsCompat$Impl30(androidx.core.view.WindowInsetsCompat,android.view.WindowInsets)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: void onActivityStopped(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl30: void copyRootViewBounds(android.view.View)
|
||||
androidx.window.core.VerificationMode: androidx.window.core.VerificationMode valueOf(java.lang.String)
|
||||
io.flutter.plugins.pathprovider.Messages$StorageDirectory: io.flutter.plugins.pathprovider.Messages$StorageDirectory[] values()
|
||||
androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable()
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaStatusRequirements: int getWindowAreaStatus()
|
||||
io.flutter.view.AccessibilityViewEmbedder: void copyAccessibilityFields(android.view.accessibility.AccessibilityNodeInfo,android.view.accessibility.AccessibilityNodeInfo)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: void finalize()
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isCodePointEmoji(int)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: boolean handlesCropAndRotation()
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi2Requirements: void removeRearDisplayStatusListener(androidx.window.extensions.core.util.function.Consumer)
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.view.accessibility.AccessibilityNodeInfo getRootNode(android.view.View,int,android.graphics.Rect)
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void detachFromGLContext()
|
||||
io.flutter.plugins.camera.features.flash.FlashMode: io.flutter.plugins.camera.features.flash.FlashMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiOverlay: io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiOverlay valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setAccessibilityFeaturesInNative(int)
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: java.util.List getBoundingRects(android.view.DisplayCutout)
|
||||
io.flutter.embedding.engine.FlutterJNI: void invokePlatformMessageResponseCallback(int,java.nio.ByteBuffer,int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void ensureAttachedToNative()
|
||||
androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void lambda$dequeueImage$0()
|
||||
io.flutter.plugin.editing.TextInputPlugin$InputTarget$Type: io.flutter.plugin.editing.TextInputPlugin$InputTarget$Type valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.systemchannels.TextInputChannel$TextCapitalization: io.flutter.embedding.engine.systemchannels.TextInputChannel$TextCapitalization[] values()
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: void onActivityPaused(android.app.Activity)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: android.view.Surface getSurface()
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: int getRenderTargetHeight()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: ImeSyncDeferringInsetsCallback(android.view.View)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSurfaceCreated(long,android.view.Surface)
|
||||
kotlin.coroutines.intrinsics.CoroutineSingletons: kotlin.coroutines.intrinsics.CoroutineSingletons[] values()
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: WindowInsetsCompat$Impl28(androidx.core.view.WindowInsetsCompat,androidx.core.view.WindowInsetsCompat$Impl28)
|
||||
io.flutter.embedding.engine.FlutterJNI: void handlePlatformMessage(java.lang.String,java.nio.ByteBuffer,int,long)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDispatchSemanticsAction(long,int,int,java.nio.ByteBuffer,int)
|
||||
androidx.tracing.TraceApi29Impl: boolean isEnabled()
|
||||
androidx.core.graphics.drawable.IconCompat$Api28Impl: android.net.Uri getUri(java.lang.Object)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: WindowInsetsCompat$Impl21(androidx.core.view.WindowInsetsCompat,androidx.core.view.WindowInsetsCompat$Impl21)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean access$302(io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer,boolean)
|
||||
androidx.core.graphics.drawable.IconCompat$Api28Impl: java.lang.String getResPackage(java.lang.Object)
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl20: androidx.core.view.WindowInsetsCompat build()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void maybeWaitOnFence(android.media.Image)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void setRootViewData(androidx.core.graphics.Insets)
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: int getSafeInsetLeft(android.view.DisplayCutout)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: android.media.Image acquireLatestImage()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.media.ImageReader createImageReader29()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getSystemWindowInsets()
|
||||
androidx.core.view.ViewCompat$Api20Impl: android.view.WindowInsets onApplyWindowInsets(android.view.View,android.view.WindowInsets)
|
||||
androidx.core.content.ContextCompat$Api28Impl: java.util.concurrent.Executor getMainExecutor(android.content.Context)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean access$102(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback,boolean)
|
||||
androidx.core.graphics.drawable.IconCompat$Api30Impl: android.graphics.drawable.Icon createWithAdaptiveBitmapContentUri(android.net.Uri)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity)
|
||||
io.flutter.embedding.engine.systemchannels.LifecycleChannel$AppLifecycleState: io.flutter.embedding.engine.systemchannels.LifecycleChannel$AppLifecycleState valueOf(java.lang.String)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isCodePointEmojiModifierBase(int)
|
||||
io.flutter.view.AccessibilityBridge$StringAttributeType: io.flutter.view.AccessibilityBridge$StringAttributeType valueOf(java.lang.String)
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: int getSafeInsetTop(android.view.DisplayCutout)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void registerIn(android.app.Activity)
|
||||
io.flutter.view.AccessibilityViewEmbedder: boolean requestSendAccessibilityEvent(android.view.View,android.view.View,android.view.accessibility.AccessibilityEvent)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean isNestedScrollingEnabled(android.view.View)
|
||||
io.flutter.embedding.engine.FlutterJNI: FlutterJNI()
|
||||
io.flutter.plugins.camera.features.noisereduction.NoiseReductionMode: io.flutter.plugins.camera.features.noisereduction.NoiseReductionMode[] values()
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity)
|
||||
io.flutter.embedding.engine.FlutterJNI: void init(android.content.Context,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,long,int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void registerImageTexture(long,io.flutter.view.TextureRegistry$ImageConsumer,boolean)
|
||||
androidx.core.view.ViewCompat$Api21Impl: java.lang.String getTransitionName(android.view.View)
|
||||
io.flutter.embedding.android.FlutterSurfaceView: io.flutter.embedding.engine.renderer.FlutterRenderer getAttachedRenderer()
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler$WorkerState: kotlinx.coroutines.scheduling.CoroutineScheduler$WorkerState[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: float getScaledFontSize(float,int)
|
||||
androidx.profileinstaller.ProfileInstallerInitializer: ProfileInstallerInitializer()
|
||||
androidx.core.view.ViewCompat$Api21Impl: float getZ(android.view.View)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: void pushOpacity(float)
|
||||
io.flutter.view.AccessibilityViewEmbedder: void addChildrenToFlutterNode(android.view.accessibility.AccessibilityNodeInfo,android.view.View,android.view.accessibility.AccessibilityNodeInfo)
|
||||
androidx.core.app.ActivityCompat$Api23Impl: boolean shouldShowRequestPermissionRationale(android.app.Activity,java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void updateJavaAssetManager(android.content.res.AssetManager,java.lang.String)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean access$302(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback,boolean)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeFlutterTextUtilsIsVariationSelector(int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSurfaceChanged(long,int,int)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean access$300(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
io.flutter.embedding.android.FlutterView: io.flutter.plugin.common.BinaryMessenger getBinaryMessenger()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onPreEngineRestart()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: WindowInsetsCompat$BuilderImpl()
|
||||
androidx.core.view.WindowInsetsCompat$TypeImpl30: int toPlatformType(int)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: long id()
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: boolean shouldUpdate()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: void remove()
|
||||
androidx.core.app.NotificationManagerCompat$Api24Impl: boolean areNotificationsEnabled(android.app.NotificationManager)
|
||||
io.flutter.embedding.android.FlutterImageView$SurfaceKind: io.flutter.embedding.android.FlutterImageView$SurfaceKind[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onRenderingStopped()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onEndFrame()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSurfaceDestroyed(long)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: void install()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: WindowInsetsCompat$Impl20(androidx.core.view.WindowInsetsCompat,androidx.core.view.WindowInsetsCompat$Impl20)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.media.ImageReader createImageReader33()
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void updateTexImage()
|
||||
androidx.core.app.RemoteActionCompat: RemoteActionCompat()
|
||||
io.flutter.embedding.engine.FlutterJNI: void updateRefreshRate()
|
||||
io.flutter.plugin.platform.SingleViewPresentation: io.flutter.plugin.platform.PlatformView getView()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDestroy(long)
|
||||
io.flutter.view.AccessibilityBridge$StringAttributeType: io.flutter.view.AccessibilityBridge$StringAttributeType[] values()
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: int getSafeInsetRight(android.view.DisplayCutout)
|
||||
io.flutter.plugins.camera.features.exposurelock.ExposureMode: io.flutter.plugins.camera.features.exposurelock.ExposureMode[] values()
|
||||
io.flutter.view.AccessibilityBridge$AccessibilityFeature: io.flutter.view.AccessibilityBridge$AccessibilityFeature valueOf(java.lang.String)
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle)
|
||||
io.flutter.embedding.engine.systemchannels.TextInputChannel$TextInputType: io.flutter.embedding.engine.systemchannels.TextInputChannel$TextInputType valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSetAccessibilityFeatures(long,int)
|
||||
androidx.core.view.ViewCompat$Api28Impl: void removeOnUnhandledKeyEventListener(android.view.View,androidx.core.view.ViewCompat$OnUnhandledKeyEventListenerCompat)
|
||||
android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer()
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setBackgroundTintList(android.view.View,android.content.res.ColorStateList)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean access$300(io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer)
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: android.view.DisplayCutout createDisplayCutout(android.graphics.Rect,java.util.List)
|
||||
androidx.core.view.ViewCompat$Api28Impl: boolean isScreenReaderFocusable(android.view.View)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setBackgroundTintMode(android.view.View,android.graphics.PorterDuff$Mode)
|
||||
androidx.core.view.ViewCompat$Api23Impl: int getScrollIndicators(android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getVisibleInsets(android.view.View)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeCleanupMessageData(long)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void onImage(android.media.ImageReader,android.media.Image)
|
||||
io.flutter.embedding.engine.FlutterJNI: void updateCustomAccessibilityActions(java.nio.ByteBuffer,java.lang.String[])
|
||||
io.flutter.embedding.android.TransparencyMode: io.flutter.embedding.android.TransparencyMode valueOf(java.lang.String)
|
||||
io.flutter.view.AccessibilityBridge$Flag: io.flutter.view.AccessibilityBridge$Flag[] values()
|
||||
io.flutter.plugins.camera.Messages$PlatformCameraLensDirection: io.flutter.plugins.camera.Messages$PlatformCameraLensDirection valueOf(java.lang.String)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: boolean access$100(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setDeferredComponentManager(io.flutter.embedding.engine.deferredcomponents.DeferredComponentManager)
|
||||
com.example.photobooth_mobile_app.MainActivity: MainActivity()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SoundType: io.flutter.embedding.engine.systemchannels.PlatformChannel$SoundType[] values()
|
||||
io.flutter.view.TextureRegistry$ImageTextureEntry: void release()
|
||||
io.flutter.embedding.android.FlutterView$ZeroSides: io.flutter.embedding.android.FlutterView$ZeroSides[] values()
|
||||
androidx.core.view.ViewCompat$Api28Impl: void setAccessibilityPaneTitle(android.view.View,java.lang.CharSequence)
|
||||
android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: boolean isRound()
|
||||
io.flutter.plugin.platform.SingleViewPresentation: void onCreate(android.os.Bundle)
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterJNI nativeSpawn(long,java.lang.String,java.lang.String,java.lang.String,java.util.List,long)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isAttached()
|
||||
io.flutter.embedding.engine.FlutterJNI: void prefetchDefaultFontManager()
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchPlatformMessage(java.lang.String,java.nio.ByteBuffer,int,int)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImageReader getActiveReader()
|
||||
io.flutter.plugins.camera.Messages$PlatformImageFormatGroup: io.flutter.plugins.camera.Messages$PlatformImageFormatGroup valueOf(java.lang.String)
|
||||
androidx.core.app.NotificationManagerCompat$Api24Impl: int getImportance(android.app.NotificationManager)
|
||||
io.flutter.plugins.camera.Messages$PlatformFocusMode: io.flutter.plugins.camera.Messages$PlatformFocusMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void onSurfaceWindowChanged(android.view.Surface)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDispatchEmptyPlatformMessage(long,java.lang.String,int)
|
||||
net.nfet.flutter.printing.PrintFileProvider: PrintFileProvider()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: boolean isConsumed()
|
||||
androidx.core.app.ActivityCompat$Api23Impl: void onSharedElementsReady(java.lang.Object)
|
||||
io.flutter.embedding.android.RenderMode: io.flutter.embedding.android.RenderMode[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void setRefreshRateFPS(float)
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: androidx.core.view.DisplayCutoutCompat getDisplayCutout()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void disableFenceForTest()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: int access$200(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
io.flutter.embedding.engine.plugins.lifecycle.HiddenLifecycleReference: androidx.lifecycle.Lifecycle getLifecycle()
|
||||
androidx.core.graphics.drawable.IconCompat$Api23Impl: android.graphics.drawable.Drawable loadDrawable(android.graphics.drawable.Icon,android.content.Context)
|
||||
io.flutter.plugin.platform.SingleViewPresentation: SingleViewPresentation(android.content.Context,android.view.Display,io.flutter.plugin.platform.AccessibilityEventsDelegate,io.flutter.plugin.platform.SingleViewPresentation$PresentationState,android.view.View$OnFocusChangeListener,boolean)
|
||||
io.flutter.embedding.engine.systemchannels.TextInputChannel$TextCapitalization: io.flutter.embedding.engine.systemchannels.TextInputChannel$TextCapitalization valueOf(java.lang.String)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback: android.view.WindowInsets onProgress(android.view.WindowInsets,java.util.List)
|
||||
androidx.core.view.ViewCompat$Api21Impl: androidx.core.view.WindowInsetsCompat getRootWindowInsets(android.view.View)
|
||||
io.flutter.embedding.engine.FlutterJNI: long nativeAttach(io.flutter.embedding.engine.FlutterJNI)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: java.util.List getMutators()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: void maybeWaitOnFence(android.media.Image)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: androidx.core.view.WindowInsetsCompat build()
|
||||
io.flutter.view.TextureRegistry$ImageTextureEntry: void pushImage(android.media.Image)
|
||||
io.flutter.plugin.platform.SingleViewPresentation: SingleViewPresentation(android.content.Context,android.view.Display,io.flutter.plugin.platform.PlatformView,io.flutter.plugin.platform.AccessibilityEventsDelegate,int,android.view.View$OnFocusChangeListener)
|
||||
androidx.window.core.VerificationMode: androidx.window.core.VerificationMode[] values()
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void release()
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: boolean equals(java.lang.Object)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$HapticFeedbackType: io.flutter.embedding.engine.systemchannels.PlatformChannel$HapticFeedbackType valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int getWidth()
|
||||
androidx.core.content.FileProvider$Api21Impl: java.io.File[] getExternalMediaDirs(android.content.Context)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: void setSystemGestureInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface: int getId()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: int hashCode()
|
||||
io.flutter.embedding.engine.FlutterJNI: void lambda$loadLibrary$0(java.lang.String)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.view.Surface getForcedNewSurface()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getStableInsets()
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setOnApplyWindowInsetsListener(android.view.View,androidx.core.view.OnApplyWindowInsetsListener)
|
||||
io.flutter.plugins.camera.CameraState: io.flutter.plugins.camera.CameraState valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean IsSurfaceControlEnabled()
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: float getFinalOpacity()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeRegisterImageTexture(long,long,java.lang.ref.WeakReference,boolean)
|
||||
io.flutter.embedding.engine.FlutterJNI: void onSurfaceChanged(int,int)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$ClipboardContentFormat: io.flutter.embedding.engine.systemchannels.PlatformChannel$ClipboardContentFormat[] values()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: void release()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback: void onPrepare(android.view.WindowInsetsAnimation)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureState: io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureState[] values()
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: void onActivityCreated(android.app.Activity,android.os.Bundle)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity)
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterOverlaySurface createOverlaySurface()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int getHeight()
|
||||
io.flutter.embedding.engine.FlutterJNI: void addEngineLifecycleListener(io.flutter.embedding.engine.FlutterEngine$EngineLifecycleListener)
|
||||
io.flutter.plugin.editing.TextInputPlugin$InputTarget$Type: io.flutter.plugin.editing.TextInputPlugin$InputTarget$Type[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeRunBundleAndSnapshotFromLibrary(long,java.lang.String,java.lang.String,java.lang.String,android.content.res.AssetManager,java.util.List,long)
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchSemanticsAction(int,io.flutter.view.AccessibilityBridge$Action,java.lang.Object)
|
||||
androidx.core.graphics.drawable.IconCompat$Api28Impl: int getType(java.lang.Object)
|
||||
io.flutter.embedding.android.FlutterView: io.flutter.embedding.engine.FlutterEngine getAttachedFlutterEngine()
|
||||
io.flutter.embedding.engine.systemchannels.TextInputChannel$TextInputType: io.flutter.embedding.engine.systemchannels.TextInputChannel$TextInputType[] values()
|
||||
androidx.profileinstaller.ProfileInstallReceiver: ProfileInstallReceiver()
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack$FlutterMutatorType: io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack$FlutterMutatorType valueOf(java.lang.String)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1$onActivityPreCreated$1: void onActivityPostResumed(android.app.Activity)
|
||||
io.flutter.embedding.engine.FlutterJNI: void runBundleAndSnapshotFromLibrary(java.lang.String,java.lang.String,java.lang.String,android.content.res.AssetManager,java.util.List,long)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeIsSurfaceControlEnabled(long)
|
||||
io.flutter.view.AccessibilityViewEmbedder: java.lang.Integer getRecordFlutterId(android.view.View,android.view.accessibility.AccessibilityRecord)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void setCallback(io.flutter.view.TextureRegistry$SurfaceProducer$Callback)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl30: WindowInsetsCompat$BuilderImpl30()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void applyInsetTypes()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void setRootWindowInsets(androidx.core.view.WindowInsetsCompat)
|
||||
androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean dispatchNestedPreScroll(android.view.View,int,int,int[],int[])
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void loadReflectionField()
|
||||
io.flutter.plugins.camera.Messages$PlatformDeviceOrientation: io.flutter.plugins.camera.Messages$PlatformDeviceOrientation valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeOnVsync(long,long,long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getTappableElementInsets()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$ClipboardContentFormat: io.flutter.embedding.engine.systemchannels.PlatformChannel$ClipboardContentFormat valueOf(java.lang.String)
|
||||
androidx.window.extensions.core.util.function.Function: java.lang.Object apply(java.lang.Object)
|
||||
io.flutter.plugins.camera.features.exposurelock.ExposureMode: io.flutter.plugins.camera.features.exposurelock.ExposureMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void lambda$decodeImage$1(long,android.graphics.ImageDecoder,android.graphics.ImageDecoder$ImageInfo,android.graphics.ImageDecoder$Source)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void scheduleFrame()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void finalize()
|
||||
androidx.core.view.ViewCompat$Api28Impl: boolean isAccessibilityHeading(android.view.View)
|
||||
io.flutter.plugins.camera.CameraState: io.flutter.plugins.camera.CameraState[] values()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl20: void setStableInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.view.TextureRegistry$ImageConsumer: android.media.Image acquireLatestImage()
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.view.View platformViewOfNode(int)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: void waitOnFence(android.media.Image)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean dispatchNestedPreFling(android.view.View,float,float)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.media.Image acquireLatestImage()
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: androidx.core.graphics.Insets getSystemGestureInsets()
|
||||
androidx.core.view.ViewCompat$Api28Impl: void setAutofillId(android.view.View,androidx.core.view.autofill.AutofillIdCompat)
|
||||
io.flutter.embedding.engine.plugins.lifecycle.HiddenLifecycleReference: HiddenLifecycleReference(androidx.lifecycle.Lifecycle)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setNestedScrollingEnabled(android.view.View,boolean)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: androidx.core.view.WindowInsetsCompat build()
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: WindowInsetsCompat$Impl28(androidx.core.view.WindowInsetsCompat,android.view.WindowInsets)
|
||||
io.flutter.plugins.camera.Messages$PlatformDeviceOrientation: io.flutter.plugins.camera.Messages$PlatformDeviceOrientation[] values()
|
||||
io.flutter.embedding.android.FlutterImageView: android.view.Surface getSurface()
|
||||
io.flutter.view.AccessibilityViewEmbedder: void setFlutterNodeParent(android.view.accessibility.AccessibilityNodeInfo,android.view.View,android.view.accessibility.AccessibilityNodeInfo)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImageReader access$700(io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeUpdateDisplayMetrics(long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getInsetsForType(int,boolean)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setElevation(android.view.View,float)
|
||||
io.flutter.embedding.android.KeyData$DeviceType: io.flutter.embedding.android.KeyData$DeviceType[] values()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getInsets(int)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setTranslationZ(android.view.View,float)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImageReader getOrCreatePerImageReader(android.media.ImageReader)
|
||||
net.nfet.flutter.printing.PrintingPlugin: PrintingPlugin()
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: void release()
|
||||
io.flutter.embedding.engine.FlutterJNI: void hideOverlaySurface2()
|
||||
io.flutter.view.AccessibilityBridge$TextDirection: io.flutter.view.AccessibilityBridge$TextDirection[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void cleanupMessageData(long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl30: WindowInsetsCompat$Impl30(androidx.core.view.WindowInsetsCompat,androidx.core.view.WindowInsetsCompat$Impl30)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$HapticFeedbackType: io.flutter.embedding.engine.systemchannels.PlatformChannel$HapticFeedbackType[] values()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode: io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode valueOf(java.lang.String)
|
||||
io.flutter.plugin.platform.SingleViewPresentation: io.flutter.plugin.platform.SingleViewPresentation$PresentationState detachState()
|
||||
androidx.lifecycle.ProcessLifecycleInitializer: ProcessLifecycleInitializer()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getInsets(int)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean dispatchNestedFling(android.view.View,float,float,boolean)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int pendingDequeuedImages()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.view.TextureRegistry$SurfaceProducer$Callback access$200(io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer)
|
||||
androidx.profileinstaller.FileSectionType: androidx.profileinstaller.FileSectionType valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void asyncWaitForVsync(long)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: android.graphics.Matrix getFinalMatrix()
|
||||
androidx.core.view.ViewCompat$Api28Impl: void setAccessibilityHeading(android.view.View,boolean)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setPlatformViewsController2(io.flutter.plugin.platform.PlatformViewsController2)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer$PerImageReader createPerImageReader(android.media.ImageReader)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: void pushClipRect(int,int,int,int)
|
||||
io.flutter.embedding.android.KeyData$Type: io.flutter.embedding.android.KeyData$Type[] values()
|
||||
io.flutter.embedding.android.KeyData$DeviceType: io.flutter.embedding.android.KeyData$DeviceType valueOf(java.lang.String)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: ProcessLifecycleOwner$attach$1(androidx.lifecycle.ProcessLifecycleOwner)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void setSystemGestureInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void cleanup()
|
||||
io.flutter.plugins.pathprovider.Messages$StorageDirectory: io.flutter.plugins.pathprovider.Messages$StorageDirectory valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDeferredComponentInstallFailure(int,java.lang.String,boolean)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setViewportMetrics(float,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int[],int[],int[])
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeInvokePlatformMessageEmptyResponseCallback(long,int)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean getIsSoftwareRenderingEnabled()
|
||||
androidx.core.graphics.drawable.IconCompat$Api26Impl: android.graphics.drawable.Icon createWithAdaptiveBitmap(android.graphics.Bitmap)
|
||||
androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.View$OnApplyWindowInsetsListener getInsetsListener()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode: io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$PlatformViewCreationRequest$RequestedDisplayMode[] values()
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: int hashCode()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SoundType: io.flutter.embedding.engine.systemchannels.PlatformChannel$SoundType valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: void pushClipPath(android.graphics.Path)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSurfaceWindowChanged(long,android.view.Surface)
|
||||
androidx.core.view.ViewCompat$Api21Impl: void setZ(android.view.View,float)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiMode: io.flutter.embedding.engine.systemchannels.PlatformChannel$SystemUiMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void onDisplayOverlaySurface(int,int,int,int,int)
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void markDirty()
|
||||
io.flutter.embedding.engine.FlutterJNI: void loadDartDeferredLibrary(int,java.lang.String[])
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void pruneImageReaderQueue()
|
||||
io.flutter.embedding.engine.FlutterJNI: void swapTransactions()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void copyWindowDataInto(androidx.core.view.WindowInsetsCompat)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: void startRearDisplayPresentationSession(android.app.Activity,androidx.window.extensions.core.util.function.Consumer)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean dispatchNestedScroll(android.view.View,int,int,int,int,int[])
|
||||
io.flutter.embedding.engine.FlutterJNI: void onSurfaceCreated(android.view.Surface)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.view.Surface getSurface()
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: int getRenderTargetWidth()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void setMandatorySystemGestureInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$DeviceOrientation: io.flutter.embedding.engine.systemchannels.PlatformChannel$DeviceOrientation[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void addIsDisplayingFlutterUiListener(io.flutter.embedding.engine.renderer.FlutterUiDisplayListener)
|
||||
io.flutter.embedding.engine.FlutterJNI: void markTextureFrameAvailable(long)
|
||||
android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeFlutterTextUtilsIsEmojiModifier(int)
|
||||
androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi2Requirements: void addRearDisplayStatusListener(androidx.window.extensions.core.util.function.Consumer)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getSystemGestureInsets()
|
||||
kotlinx.coroutines.scheduling.CoroutineScheduler$WorkerState: kotlinx.coroutines.scheduling.CoroutineScheduler$WorkerState valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: android.view.SurfaceControl$Transaction createTransaction()
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi2Requirements: void endRearDisplaySession()
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry: void setOnFrameConsumedListener(io.flutter.view.TextureRegistry$OnFrameConsumedListener)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi2Requirements: void startRearDisplaySession(android.app.Activity,androidx.window.extensions.core.util.function.Consumer)
|
||||
io.flutter.plugins.camera.Messages$PlatformExposureMode: io.flutter.plugins.camera.Messages$PlatformExposureMode valueOf(java.lang.String)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: WindowInsetsCompat$Impl20(androidx.core.view.WindowInsetsCompat,android.view.WindowInsets)
|
||||
android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel)
|
||||
androidx.window.extensions.core.util.function.Predicate: boolean test(java.lang.Object)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void onTrimMemory(int)
|
||||
io.flutter.embedding.engine.FlutterJNI: void removeIsDisplayingFlutterUiListener(io.flutter.embedding.engine.renderer.FlutterUiDisplayListener)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setAccessibilityDelegate(io.flutter.embedding.engine.FlutterJNI$AccessibilityDelegate)
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.view.FlutterCallbackInformation nativeLookupCallbackInformation(long)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: int getHeight()
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorView: void setOnDescendantFocusChangeListener(android.view.View$OnFocusChangeListener)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: void setSystemWindowInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setPlatformMessageHandler(io.flutter.embedding.engine.dart.PlatformMessageHandler)
|
||||
io.flutter.embedding.engine.FlutterJNI: void unregisterTexture(long)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: int getWidth()
|
||||
kotlinx.coroutines.channels.BufferOverflow: kotlinx.coroutines.channels.BufferOverflow[] values()
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: void setTouchProcessor(io.flutter.embedding.android.AndroidTouchProcessor)
|
||||
io.flutter.embedding.android.FlutterView$ZeroSides: io.flutter.embedding.android.FlutterView$ZeroSides valueOf(java.lang.String)
|
||||
io.flutter.plugins.camera.Messages$PlatformResolutionPreset: io.flutter.plugins.camera.Messages$PlatformResolutionPreset[] values()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: long id()
|
||||
io.flutter.plugins.camera.features.noisereduction.NoiseReductionMode: io.flutter.plugins.camera.features.noisereduction.NoiseReductionMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$DeviceOrientation: io.flutter.embedding.engine.systemchannels.PlatformChannel$DeviceOrientation valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.FlutterJNI: void endFrame2()
|
||||
android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void copyWindowDataInto(androidx.core.view.WindowInsetsCompat)
|
||||
androidx.profileinstaller.ProfileVerifier$Api33Impl: android.content.pm.PackageInfo getPackageInfo(android.content.pm.PackageManager,android.content.Context)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: FlutterMutatorsStack()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeMarkTextureFrameAvailable(long,long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: WindowInsetsCompat$Impl21(androidx.core.view.WindowInsetsCompat,android.view.WindowInsets)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: androidx.core.graphics.Insets getStableInsets()
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: void scheduleFrame()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeUnregisterTexture(long,long)
|
||||
androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack$FlutterMutatorType: io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack$FlutterMutatorType[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void onBeginFrame()
|
||||
io.flutter.embedding.engine.FlutterJNI: void deferredComponentInstallFailure(int,java.lang.String,boolean)
|
||||
io.flutter.embedding.android.FlutterView: void setDelegate(io.flutter.embedding.android.FlutterViewDelegate)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureType: io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureType valueOf(java.lang.String)
|
||||
androidx.window.area.reflectionguard.ExtensionWindowAreaStatusRequirements: android.util.DisplayMetrics getWindowAreaDisplayMetrics()
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchPointerDataPacket(java.nio.ByteBuffer,int)
|
||||
android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel)
|
||||
io.flutter.view.AccessibilityViewEmbedder: AccessibilityViewEmbedder(android.view.View,int)
|
||||
io.flutter.embedding.android.FlutterView: android.view.accessibility.AccessibilityNodeProvider getAccessibilityNodeProvider()
|
||||
io.flutter.embedding.android.FlutterTextureView: io.flutter.embedding.engine.renderer.FlutterRenderer getAttachedRenderer()
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity)
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry: void setOnTrimMemoryListener(io.flutter.view.TextureRegistry$OnTrimMemoryListener)
|
||||
io.flutter.plugins.pathprovider.PathProviderPlugin: PathProviderPlugin()
|
||||
androidx.profileinstaller.ProfileInstallerInitializer$Choreographer16Impl: void postFrameCallback(java.lang.Runnable)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isCodePointEmojiModifier(int)
|
||||
io.flutter.plugins.camera.Messages$PlatformFocusMode: io.flutter.plugins.camera.Messages$PlatformFocusMode[] values()
|
||||
io.flutter.plugins.camera.Messages$PlatformFlashMode: io.flutter.plugins.camera.Messages$PlatformFlashMode[] values()
|
||||
io.flutter.plugins.GeneratedPluginRegistrant: GeneratedPluginRegistrant()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: boolean equals(java.lang.Object)
|
||||
io.flutter.embedding.engine.FlutterJNI: io.flutter.embedding.engine.FlutterOverlaySurface createOverlaySurface2()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.view.DisplayCutoutCompat getDisplayCutout()
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle)
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorsStack: void pushTransform(float[])
|
||||
io.flutter.view.AccessibilityViewEmbedder: boolean onAccessibilityHoverEvent(int,android.view.MotionEvent)
|
||||
io.flutter.embedding.engine.FlutterJNI: void requestDartDeferredLibrary(int)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeFlutterTextUtilsIsEmojiModifierBase(int)
|
||||
io.flutter.embedding.android.FlutterActivityLaunchConfigs$BackgroundMode: io.flutter.embedding.android.FlutterActivityLaunchConfigs$BackgroundMode[] values()
|
||||
io.flutter.embedding.android.TransparencyMode: io.flutter.embedding.android.TransparencyMode[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void handlePlatformMessageResponse(int,java.nio.ByteBuffer)
|
||||
io.flutter.view.AccessibilityViewEmbedder: void setFlutterNodesTranslateBounds(android.view.accessibility.AccessibilityNodeInfo,android.graphics.Rect,android.view.accessibility.AccessibilityNodeInfo)
|
||||
androidx.core.view.WindowInsetsCompat$Impl21: androidx.core.view.WindowInsetsCompat consumeStableInsets()
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void setSystemWindowInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureType: io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureType[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeImageHeaderCallback(long,int,int)
|
||||
kotlin.coroutines.intrinsics.CoroutineSingletons: kotlin.coroutines.intrinsics.CoroutineSingletons valueOf(java.lang.String)
|
||||
androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback: void onWindowLayoutChanged(android.os.IBinder,androidx.window.sidecar.SidecarWindowLayoutInfo)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity)
|
||||
io.flutter.embedding.engine.FlutterOverlaySurface: FlutterOverlaySurface(int,android.view.Surface)
|
||||
io.flutter.view.AccessibilityBridge$Action: io.flutter.view.AccessibilityBridge$Action[] values()
|
||||
androidx.core.view.ViewCompat$Api28Impl: java.lang.Object requireViewById(android.view.View,int)
|
||||
androidx.profileinstaller.FileSectionType: androidx.profileinstaller.FileSectionType[] values()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.WindowInsets access$502(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback,android.view.WindowInsets)
|
||||
io.flutter.embedding.engine.FlutterJNI: void attachToNative()
|
||||
io.flutter.embedding.engine.FlutterJNI: void scheduleFrame()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.View access$400(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
kotlinx.coroutines.android.AndroidExceptionPreHandler: AndroidExceptionPreHandler()
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback$AnimationCallback: void onEnd(android.view.WindowInsetsAnimation)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeGetIsSoftwareRenderingEnabled()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: void waitOnFence(android.media.Image)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSetSemanticsEnabled(long,boolean)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureState: io.flutter.embedding.engine.renderer.FlutterRenderer$DisplayFeatureState valueOf(java.lang.String)
|
||||
kotlinx.coroutines.selects.TrySelectDetailedResult: kotlinx.coroutines.selects.TrySelectDetailedResult[] values()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeInvokePlatformMessageResponseCallback(long,int,java.nio.ByteBuffer,int)
|
||||
io.flutter.view.AccessibilityViewEmbedder: android.view.accessibility.AccessibilityNodeInfo createAccessibilityNodeInfo(int)
|
||||
androidx.window.extensions.core.util.function.Consumer: void accept(java.lang.Object)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks()
|
||||
androidx.core.view.ViewCompat$Api20Impl: void requestApplyInsets(android.view.View)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean startNestedScroll(android.view.View,int)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: WindowInsetsCompat$BuilderImpl(androidx.core.view.WindowInsetsCompat)
|
||||
io.flutter.embedding.engine.FlutterJNI: void setAsyncWaitForVsyncDelegate(io.flutter.embedding.engine.FlutterJNI$AsyncWaitForVsyncDelegate)
|
||||
androidx.core.view.ViewCompat$Api21Impl: float getTranslationZ(android.view.View)
|
||||
androidx.core.view.WindowInsetsCompat$Impl28: androidx.core.view.WindowInsetsCompat consumeDisplayCutout()
|
||||
androidx.core.view.ViewCompat$Api23Impl: void setScrollIndicators(android.view.View,int,int)
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: WindowInsetsCompat$Impl29(androidx.core.view.WindowInsetsCompat,android.view.WindowInsets)
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void attachToGLContext(int)
|
||||
androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer()
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$Brightness: io.flutter.embedding.engine.systemchannels.PlatformChannel$Brightness valueOf(java.lang.String)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageTextureRegistryEntry: FlutterRenderer$ImageTextureRegistryEntry(io.flutter.embedding.engine.renderer.FlutterRenderer,long)
|
||||
io.flutter.embedding.engine.FlutterJNI: void onFirstFrame()
|
||||
io.flutter.embedding.android.FlutterActivityLaunchConfigs$BackgroundMode: io.flutter.embedding.android.FlutterActivityLaunchConfigs$BackgroundMode valueOf(java.lang.String)
|
||||
io.flutter.embedding.android.FlutterView: void setWindowInfoListenerDisplayFeatures(androidx.window.layout.WindowLayoutInfo)
|
||||
io.flutter.embedding.engine.FlutterJNI: void notifyLowMemoryWarning()
|
||||
io.flutter.embedding.engine.FlutterJNI: void destroyOverlaySurface2()
|
||||
kotlinx.coroutines.android.AndroidDispatcherFactory: AndroidDispatcherFactory()
|
||||
androidx.core.view.WindowInsetsCompat$Impl: androidx.core.graphics.Insets getSystemWindowInsets()
|
||||
androidx.core.graphics.drawable.IconCompat$Api23Impl: android.graphics.drawable.Icon toIcon(androidx.core.graphics.drawable.IconCompat,android.content.Context)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int numImages()
|
||||
androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel)
|
||||
io.flutter.embedding.engine.FlutterJNI: void onVsync(long,long,long)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void setRootViewData(androidx.core.graphics.Insets)
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry: long id()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeRegisterTexture(long,long,java.lang.ref.WeakReference)
|
||||
io.flutter.embedding.engine.FlutterJNI: void detachFromNativeAndReleaseResources()
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: android.graphics.SurfaceTexture surfaceTexture()
|
||||
io.flutter.embedding.android.FlutterView: io.flutter.embedding.android.FlutterImageView getCurrentImageSurface()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: android.media.ImageReader createImageReader()
|
||||
io.flutter.embedding.android.FlutterImageView: io.flutter.embedding.engine.renderer.FlutterRenderer getAttachedRenderer()
|
||||
io.flutter.embedding.engine.mutatorsstack.FlutterMutatorView: android.graphics.Matrix getPlatformViewMatrix()
|
||||
io.flutter.view.TextureRegistry$SurfaceLifecycle: io.flutter.view.TextureRegistry$SurfaceLifecycle valueOf(java.lang.String)
|
||||
androidx.core.app.ActivityCompat$Api23Impl: void requestPermissions(android.app.Activity,java.lang.String[],int)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean isCodePointVariantSelector(int)
|
||||
io.flutter.view.AccessibilityViewEmbedder: boolean performAction(int,int,android.os.Bundle)
|
||||
androidx.core.graphics.drawable.IconCompat$Api23Impl: android.net.Uri getUri(java.lang.Object)
|
||||
io.flutter.embedding.engine.FlutterJNI: void dispatchEmptyPlatformMessage(java.lang.String,int)
|
||||
io.flutter.embedding.engine.systemchannels.PlatformChannel$Brightness: io.flutter.embedding.engine.systemchannels.PlatformChannel$Brightness[] values()
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: void setLayoutParams(android.widget.FrameLayout$LayoutParams)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: boolean equals(java.lang.Object)
|
||||
io.flutter.plugin.platform.PlatformViewWrapper: void setOnDescendantFocusChangeListener(android.view.View$OnFocusChangeListener)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeInit(android.content.Context,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,long,int)
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void setOverriddenInsets(androidx.core.graphics.Insets[])
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: void setTappableElementInsets(androidx.core.graphics.Insets)
|
||||
androidx.startup.InitializationProvider: InitializationProvider()
|
||||
io.flutter.embedding.engine.renderer.SurfaceTextureWrapper: void getTransformMatrix(float[])
|
||||
io.flutter.embedding.engine.FlutterJNI: void setPlatformViewsController(io.flutter.plugin.platform.PlatformViewsController)
|
||||
androidx.core.view.ViewCompat$Api21Impl: android.graphics.PorterDuff$Mode getBackgroundTintMode(android.view.View)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: void removeRearDisplayPresentationStatusListener(androidx.window.extensions.core.util.function.Consumer)
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: void setStableInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: FlutterRenderer$ImageReaderSurfaceProducer(io.flutter.embedding.engine.renderer.FlutterRenderer,long)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: void copyRootViewBounds(android.view.View)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.View access$402(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback,android.view.View)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1$onActivityPreCreated$1: ProcessLifecycleOwner$attach$1$onActivityPreCreated$1(androidx.lifecycle.ProcessLifecycleOwner)
|
||||
io.flutter.view.TextureRegistry$SurfaceTextureEntry: void release()
|
||||
io.flutter.embedding.android.FlutterTextureView: void setRenderSurface(android.view.Surface)
|
||||
androidx.window.layout.adapter.sidecar.SidecarCompat$TranslatingCallback: void onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState)
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeSetViewportMetrics(long,float,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int,int[],int[],int[])
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: WindowInsetsCompat$Impl29(androidx.core.view.WindowInsetsCompat,androidx.core.view.WindowInsetsCompat$Impl29)
|
||||
io.flutter.view.TextureRegistry$SurfaceProducer: void setSize(int,int)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl20: void setSystemWindowInsets(androidx.core.graphics.Insets)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl: void setTappableElementInsets(androidx.core.graphics.Insets)
|
||||
androidx.core.view.ViewCompat$Api23Impl: androidx.core.view.WindowInsetsCompat getRootWindowInsets(android.view.View)
|
||||
androidx.core.view.ViewCompat$Api28Impl: java.lang.CharSequence getAccessibilityPaneTitle(android.view.View)
|
||||
androidx.core.view.ViewCompat$Api21Impl: androidx.core.view.WindowInsetsCompat computeSystemWindowInsets(android.view.View,androidx.core.view.WindowInsetsCompat,android.graphics.Rect)
|
||||
io.flutter.plugins.GeneratedPluginRegistrant: void registerWith(io.flutter.embedding.engine.FlutterEngine)
|
||||
io.flutter.embedding.engine.FlutterJNI: boolean nativeFlutterTextUtilsIsRegionalIndicator(int)
|
||||
androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity)
|
||||
androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: WindowInsetsCompat$Impl(androidx.core.view.WindowInsetsCompat)
|
||||
androidx.core.view.WindowInsetsCompat$BuilderImpl29: void setStableInsets(androidx.core.graphics.Insets)
|
||||
io.flutter.plugins.camera.Messages$PlatformCameraLensDirection: io.flutter.plugins.camera.Messages$PlatformCameraLensDirection[] values()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: androidx.core.graphics.Insets getRootStableInsets()
|
||||
io.flutter.view.AccessibilityBridge$TextDirection: io.flutter.view.AccessibilityBridge$TextDirection valueOf(java.lang.String)
|
||||
androidx.core.view.ViewCompat$Api21Impl: float getElevation(android.view.View)
|
||||
io.flutter.embedding.android.FlutterView: void setVisibility(int)
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: int numImageReaders()
|
||||
io.flutter.embedding.engine.renderer.FlutterRenderer$ImageReaderSurfaceProducer: boolean handlesCropAndRotation()
|
||||
androidx.core.view.ViewCompat$Api23Impl: void setScrollIndicators(android.view.View,int)
|
||||
androidx.core.view.ViewCompat$Api21Impl: boolean hasNestedScrollingParent(android.view.View)
|
||||
androidx.window.area.reflectionguard.WindowAreaComponentApi3Requirements: androidx.window.extensions.area.ExtensionWindowAreaPresentation getRearDisplayPresentation()
|
||||
androidx.core.view.WindowInsetsCompat$Impl20: void setRootWindowInsets(androidx.core.view.WindowInsetsCompat)
|
||||
androidx.core.graphics.drawable.IconCompat$Api28Impl: int getResId(java.lang.Object)
|
||||
androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel)
|
||||
io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback: android.view.WindowInsets access$500(io.flutter.plugin.editing.ImeSyncDeferringInsetsCallback)
|
||||
androidx.core.view.WindowInsetsCompat$Impl: boolean isRound()
|
||||
io.flutter.plugins.camera.CameraPlugin: CameraPlugin()
|
||||
io.flutter.embedding.engine.FlutterJNI: void nativeDispatchPlatformMessage(long,java.lang.String,java.nio.ByteBuffer,int,int)
|
||||
androidx.core.view.WindowInsetsCompat$Impl29: androidx.core.graphics.Insets getMandatorySystemGestureInsets()
|
||||
io.flutter.embedding.engine.systemchannels.SettingsChannel$PlatformBrightness: io.flutter.embedding.engine.systemchannels.SettingsChannel$PlatformBrightness[] values()
|
||||
androidx.core.view.DisplayCutoutCompat$Api28Impl: int getSafeInsetBottom(android.view.DisplayCutout)
|
||||
androidx.window.layout.adapter.sidecar.DistinctElementSidecarCallback: void onWindowLayoutChanged(android.os.IBinder,androidx.window.sidecar.SidecarWindowLayoutInfo)
|
||||
androidx.lifecycle.ProcessLifecycleOwner$attach$1: void onActivityPreCreated(android.app.Activity,android.os.Bundle)
|
||||
13744
build/app/outputs/mapping/release/usage.txt
Normal file
13744
build/app/outputs/mapping/release/usage.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user