Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoSystemStateListenerWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoSystemStateListener::name[];
constexpr char GeckoSystemStateListener::IsInvertedColors_t::name[];
constexpr char GeckoSystemStateListener::IsInvertedColors_t::signature[];
auto GeckoSystemStateListener::IsInvertedColors() -> bool
{
return mozilla::jni::Method<IsInvertedColors_t>::Call(GeckoSystemStateListener::Context(), nullptr);
}
constexpr char GeckoSystemStateListener::OnDeviceChanged_t::name[];
constexpr char GeckoSystemStateListener::OnDeviceChanged_t::signature[];
constexpr char GeckoSystemStateListener::PrefersContrast_t::name[];
constexpr char GeckoSystemStateListener::PrefersContrast_t::signature[];
auto GeckoSystemStateListener::PrefersContrast() -> bool
{
return mozilla::jni::Method<PrefersContrast_t>::Call(GeckoSystemStateListener::Context(), nullptr);
}
constexpr char GeckoSystemStateListener::PrefersReducedMotion_t::name[];
constexpr char GeckoSystemStateListener::PrefersReducedMotion_t::signature[];
auto GeckoSystemStateListener::PrefersReducedMotion() -> bool
{
return mozilla::jni::Method<PrefersReducedMotion_t>::Call(GeckoSystemStateListener::Context(), nullptr);
}
} /* java */
} /* mozilla */